python311Packages.bluetooth-data-tools: 1.2.0 -> 1.3.0
Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.2.0...v1.3.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.3.0/CHANGELOG.md
This commit is contained in:
parent
69eb241041
commit
86a3b52396
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "bluetooth-data-tools";
|
||||
version = "1.2.0";
|
||||
version = "1.3.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
owner = "Bluetooth-Devices";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-4VNg+ZDKdr1aTPoVHm9IWhwHfPN1ZisQL9RikRVuPBE=";
|
||||
hash = "sha256-uN3N8/RzZyMp+ljgGYqBLUperNYOnbOPTWjlDlos5QE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue