nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.pyusb: 1.2.1 -> 1.3.1

+2 -2
+2 -2
pkgs/development/python-modules/pyusb/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pyusb"; 12 - version = "1.2.1"; 12 + version = "1.3.1"; 13 13 format = "setuptools"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - sha256 = "a4cc7404a203144754164b8b40994e2849fde1cfff06b08492f12fff9d9de7b9"; 17 + sha256 = "sha256-OvBwtgdGfBwWT0nVsMqr6Kx42+2SmNcDqNv530BS0X4="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ setuptools-scm ];