Unverified Commit 835490ba authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

python312Packages.libusb1: 3.3.0 -> 3.3.1 (#395120)

parents d9d2749c 91bb1961
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "libusb1";
  version = "3.3.0";
  version = "3.3.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "vpelletier";
    repo = "python-libusb1";
    tag = version;
    hash = "sha256-RPuSpkEsACbDkaG+nRuWAckvH/RStJgQWbfgTPY4OvQ=";
    hash = "sha256-nytxew6KogpEpSnRtmY0UNH+07x0k0XLZ/MRC9NSpDg=";
  };

  patches = [