mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
python: pirate-get: 0.2.12 -> 0.2.13
This commit is contained in:
parent
2c7ce032ce
commit
832a5d3e31
@ -5,13 +5,13 @@ with python3Packages;
|
|||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "pirate-get";
|
pname = "pirate-get";
|
||||||
version = "0.2.12";
|
version = "0.2.13";
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1q6hvavj0gswgw3x756h18nmmpnxlgg08qvxphpbzlwd43xrnza3";
|
sha256 = "c5b159e02067136d3157d56061958a50e997a078510e4403bb7de40217833f3f";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ colorama veryprettytable beautifulsoup4 ];
|
propagatedBuildInputs = [ colorama veryprettytable beautifulsoup4 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user