python312Packages.bluetooth-adapters: 0.19.3 -> 0.19.4

https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.19.4/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-08-16 23:48:02 +02:00
parent ae0f526654
commit b49a2efab0
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "bluetooth-adapters";
version = "0.19.3";
version = "0.19.4";
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-yRGlp3hykxdWnJde/VF6CwQgP6cupj1BCW7OmFNQAbM=";
hash = "sha256-XpPC7FVWzdEki6kdZDu0vV7iD1DZzGbI1f9VKxsjKUQ=";
};
postPatch = ''