Merge pull request #106016 from rnhmjoj/usb1

pythonPackages.libusb1: 1.8.1 -> 1.9
This commit is contained in:
Michele Guerini Rocco 2020-12-06 18:00:38 +01:00 committed by GitHub
commit cdb3ec3dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "libusb1";
version = "1.8.1";
version = "1.9";
src = fetchPypi {
inherit pname version;
sha256 = "a8301a7e11ae44a03a46efc740022f8598ed55b6448b14ba68a63954ef18a240";
sha256 = "sha256:0l7vj04xm0i5ikxjdqrr5939q7amh0hfp0fqifkcvyjv9fvhyz65";
};
postPatch = ''