python310Packages.bluetooth-auto-recovery: 0.2.2 -> 0.3.1

Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
This commit is contained in:
Fabian Affolter
2022-09-10 11:02:58 +02:00
committed by Martin Weinelt
co-authored by Martin Weinelt
parent db4a5ee6ba
commit fdb161c700
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "bluetooth-auto-recovery";
version = "0.2.2";
version = "0.3.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "v${version}";
hash = "sha256-Td7LT5C7ho/fIT2gnkPA0LLXHtzDjbYAopE4ECTfFKQ=";
hash = "sha256-bYdVpToRDZMV/XKlGAxF0qhiM8Z3QlGrnjDXbtZRIQ0=";
};
nativeBuildInputs = [