mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 17:10:48 +00:00
Merge pull request #152445 from rnhmjoj/pr-pirate-get
pirate-get: 0.4.0 -> 0.4.1
This commit is contained in:
commit
c5d7d1a314
|
@ -4,11 +4,11 @@ with python3Packages;
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "pirate-get";
|
pname = "pirate-get";
|
||||||
version = "0.4.0";
|
version = "0.4.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "07s5ss9dxccx1mip7pyga1fagywkqchxmzz55ng47ac9053ffxkq";
|
sha256 = "0pr703fwinr2f4rba86zp57mpf5j2jgvp5n50rc5vy5g7yfwsddm";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ colorama veryprettytable pyperclip ];
|
propagatedBuildInputs = [ colorama veryprettytable pyperclip ];
|
||||||
|
|
Loading…
Reference in a new issue