Merge pull request #205256 from fabaff/bluetooth-auto-recovery-bump

python310Packages.bluetooth-auto-recovery: 0.5.4 -> 0.5.5
This commit is contained in:
Fabian Affolter 2022-12-09 10:48:12 +01:00 committed by GitHub
commit b95da716e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "bluetooth-auto-recovery"; pname = "bluetooth-auto-recovery";
version = "0.5.4"; version = "0.5.5";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices"; owner = "Bluetooth-Devices";
repo = pname; repo = pname;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-C3CO4nqKVTjD07QturJNeg0GLx2N9cbsBatXcehJLRs="; hash = "sha256-f6HJlFqpmFhM9M1Cuvjz/63DXoikO33y/tmv57snI7g=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [