mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
pirate-get: 0.4.0 -> 0.4.1
This commit is contained in:
parent
628e9125e9
commit
793050f2c9
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ with python3Packages;
|
|||
|
||||
buildPythonApplication rec {
|
||||
pname = "pirate-get";
|
||||
version = "0.4.0";
|
||||
version = "0.4.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "07s5ss9dxccx1mip7pyga1fagywkqchxmzz55ng47ac9053ffxkq";
|
||||
sha256 = "0pr703fwinr2f4rba86zp57mpf5j2jgvp5n50rc5vy5g7yfwsddm";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ colorama veryprettytable pyperclip ];
|
||||
|
|
Loading…
Reference in a new issue