Unverified Commit 3a9c2518 authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

python312Packages.libusb1: 3.2.0 -> 3.3.0 (#388474)

parents af0cce4a 705d4396
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [