python311Packages.usb-devices: 0.4.1 -> 0.4.5

https://github.com/Bluetooth-Devices/usb-devices/blob/v0.4.5/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2023-12-26 00:49:22 +01:00
parent d4086e3e8b
commit 1efe097292
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "usb-devices";
version = "0.4.1";
version = "0.4.5";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-9w7YCAEpdptQC0GCnJCEyhZgcHMDIw0alj7q4Y82hmA=";
hash = "sha256-Nfdl5oRIdOfAo5PFAJJpadRyu2zeEkmYzxDQxbvpt6c=";
};
postPatch = ''