Fabian Affolter
2024-07-03 22:56:04 +02:00
committed by Martin Weinelt
parent 3485332991
commit 4a60da0ef3
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "bluetooth-adapters";
version = "0.19.2";
version = "0.19.3";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "bluetooth-adapters";
rev = "refs/tags/v${version}";
hash = "sha256-hPs6YnmndJ2Z5RotcIRIYWPdvMyX56ul84l1Cs8kqH0=";
hash = "sha256-yRGlp3hykxdWnJde/VF6CwQgP6cupj1BCW7OmFNQAbM=";
};
postPatch = ''