forked from mirrors/nixpkgs
python310Packages.bluetooth-data-tools: 0.3.0 -> 0.3.1
Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v0.3.0...v0.3.1 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v0.3.1/CHANGELOG.md
This commit is contained in:
parent
a5cf714ba2
commit
56e2742e8c
|
@ -8,7 +8,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "bluetooth-data-tools";
|
||||
version = "0.3.0";
|
||||
version = "0.3.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||
owner = "Bluetooth-Devices";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-bZ2kT9yIIHFd3/INIuJh3MdKzF8NCYNeVS/Egg5+S7I=";
|
||||
hash = "sha256-MMsg1laEk9cKU4oMhjKI47ulLNaGPH6QjAdx/wuAvMM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue