python310Packages.fire: 0.4.0 -> 0.5.0
This commit is contained in:
parent
07b3154972
commit
13b70d97fd
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "fire";
|
pname = "fire";
|
||||||
version = "0.4.0";
|
version = "0.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "python-fire";
|
repo = "python-fire";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "1caz6j2kdhj0kccrnqri6b4g2d6wzkkx8y9vxyvm7axvrwkv2vyn";
|
sha256 = "sha256-cwY1RRNtpAn6LnBASQLTNf4XXSPnfhOa1WgglGEM2/s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ six termcolor ] ++ lib.optional isPy27 enum34;
|
propagatedBuildInputs = [ six termcolor ] ++ lib.optional isPy27 enum34;
|
||||||
|
|
Loading…
Reference in a new issue