Merge pull request #114082 from rnhmjoj/libusb1

pythonPackages.libusb1: 1.9.1 -> 1.9.2
This commit is contained in:
Pavol Rusnak 2021-02-23 09:42:45 +01:00 committed by GitHub
commit 4dcd2c3fa1
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.9.1";
version = "1.9.2";
src = fetchPypi {
inherit pname version;
sha256 = "14ljk7rywy3fiv23dpayvk14y1ywma729r3b1x2cxf68919g2gnh";
sha256 = "17hqck808m59jv6m2g4hasnay44pycy3y0im01fq9jpr3ymcdbi7";
};
postPatch = ''