python: credstash: 1.16.2 -> 1.17.1
This commit is contained in:
parent
ce82e83d5d
commit
58b468ad4b
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "credstash";
|
pname = "credstash";
|
||||||
version = "1.16.2";
|
version = "1.17.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1l3g76dm9csmx0z8s7zd75wfzw9dcyvrq0a81gfzwxk0c0w8c79r";
|
sha256 = "6c04e8734ef556ab459018da142dd0b244093ef176b3be5583e582e9a797a120";
|
||||||
};
|
};
|
||||||
|
|
||||||
# The install phase puts an executable and a copy of the library it imports in
|
# The install phase puts an executable and a copy of the library it imports in
|
||||||
|
Loading…
Reference in New Issue
Block a user