3
0
Fork 0
forked from mirrors/nixpkgs
Fabian Affolter 2022-12-19 23:36:01 +01:00 committed by Martin Weinelt
parent a5cf714ba2
commit 56e2742e8c

View file

@ -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 = [