python3Packages.usb-devices: 0.4.5 -> 0.5.1

https://github.com/Bluetooth-Devices/usb-devices/blob/v0.5.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-07-13 02:16:53 +02:00
parent 50813680ea
commit cf4fa83252

View File

@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "usb-devices";
version = "0.4.5";
version = "0.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = "usb-devices";
tag = "v${version}";
hash = "sha256-Nfdl5oRIdOfAo5PFAJJpadRyu2zeEkmYzxDQxbvpt6c=";
hash = "sha256-W6RWm9x/emb1F8Oox927SnH3v8HWCXIFYivVJJh6ves=";
};
nativeBuildInputs = [ poetry-core ];