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

python3Packages.command-runner: 1.7.3 -> 1.7.4

R. Ryantm 1fa4b8f5 f9969bf7

+2 -2
+2 -2
pkgs/development/python-modules/command-runner/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "command-runner"; 12 - version = "1.7.3"; 12 + version = "1.7.4"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "netinvent"; 19 19 repo = "command_runner"; 20 20 tag = "v${version}"; 21 - hash = "sha256-BNjMMs44eDnGmcFXiMydJIU0RpsFOyd2TjH7BOGQP2E="; 21 + hash = "sha256-i5VWoXHCdZtf4tJGgYvBqcMaBSSruCOkIl5ntZoSHio="; 22 22 }; 23 23 24 24 build-system = [ setuptools ];