mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
python3Packages.command-runner: 1.7.3 -> 1.7.4
This commit is contained in:
parent
f9969bf7f6
commit
1fa4b8f503
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue