Fabian Affolter
2024-03-14 08:09:10 +01:00
parent 26c921bf11
commit 40409d4ab2
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "bluetooth-auto-recovery";
version = "1.3.0";
version = "1.4.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-4DFi7UrEQgU7dckUuGxj/sWyystx8NYb6xK4hyurKKo=";
hash = "sha256-fXR7leW+eXaQZ22IyeVhpS5/MOnuAiunUGMdtfVrlos=";
};
nativeBuildInputs = [