python37Packages.libusb1: 1.6.6 -> 1.7 (#55194)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-libusb1/versions
This commit is contained in:
R. RyanTM 2019-02-09 03:44:18 -08:00 committed by Robert Schütz
parent 05930fd187
commit 3ad71a1370

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "libusb1";
version = "1.6.6";
version = "1.7";
src = fetchPypi {
inherit pname version;
sha256 = "a49917a2262cf7134396f6720c8be011f14aabfc5cdc53f880cc672c0f39d271";
sha256 = "03vylg5mdsxp2nyk8sm7yxmb470hcb92q263dfq8d6b9xp96ckwx";
};
postPatch = ''