3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.bluetooth-auto-recovery: 0.3.1 -> 0.3.2

https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/releases/tag/v0.3.2
This commit is contained in:
Martin Weinelt 2022-09-10 11:43:10 +02:00
parent cddc60e890
commit 06d8e6bbcd
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "bluetooth-auto-recovery";
version = "0.3.1";
version = "0.3.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "v${version}";
hash = "sha256-bYdVpToRDZMV/XKlGAxF0qhiM8Z3QlGrnjDXbtZRIQ0=";
hash = "sha256-1lzg4OY2FRCgpOVK79Pi5J2zPsL+zDWYLeSX0Icknkw=";
};
nativeBuildInputs = [