python312Packages.libusb1: 3.2.0 -> 3.3.0

This commit is contained in:
R. Ryantm
2025-03-09 17:01:03 +00:00
parent 6bec087c92
commit 705d4396dc
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "libusb1";
version = "3.2.0";
version = "3.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "vpelletier";
repo = "python-libusb1";
tag = version;
hash = "sha256-D2VMqrq1MQa6gp8vxDiLRAqTDyRGK3qVKo6YMmo5Zrg=";
hash = "sha256-RPuSpkEsACbDkaG+nRuWAckvH/RStJgQWbfgTPY4OvQ=";
};
patches = [