0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

python3Packages.command-runner: 1.7.3 -> 1.7.4 (#413124)

This commit is contained in:
Nick Cao 2025-06-02 16:57:27 -04:00 committed by GitHub
commit d693cedf3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "command-runner";
version = "1.7.3";
version = "1.7.4";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "netinvent";
repo = "command_runner";
tag = "v${version}";
hash = "sha256-BNjMMs44eDnGmcFXiMydJIU0RpsFOyd2TjH7BOGQP2E=";
hash = "sha256-i5VWoXHCdZtf4tJGgYvBqcMaBSSruCOkIl5ntZoSHio=";
};
build-system = [ setuptools ];