pirate-get: 0.3.2 -> 0.3.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pirate-get/versions
This commit is contained in:
parent
8f58e00226
commit
7264d801a6
@ -4,13 +4,13 @@ with python3Packages;
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "pirate-get";
|
pname = "pirate-get";
|
||||||
version = "0.3.2";
|
version = "0.3.3";
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1iirip12zrxm2nqsib5wfqqnlfmhh432y3kkyih9crk4q2p914df";
|
sha256 = "1zwfgfiszkca44wlx5p2243hmf8594n7bnfva5if1f69dic6w7mi";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ colorama veryprettytable beautifulsoup4 pyperclip ];
|
propagatedBuildInputs = [ colorama veryprettytable beautifulsoup4 pyperclip ];
|
||||||
|
Loading…
Reference in New Issue
Block a user