python37Packages.parver: 0.2.0 -> 0.2.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-parver/versions
This commit is contained in:
parent
8581621c0f
commit
25a3b0b731
@ -11,11 +11,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "parver";
|
pname = "parver";
|
||||||
version = "0.2.0";
|
version = "0.2.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1nylv880zxnm9waw32y8dmdc435jv5gjcajv8qahafm7v1prgcmq";
|
sha256 = "0jzyylcmjxb0agc4fpdnzdnv2ajvp99rs9pz7qcklnhlmy8scdqv";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ six attrs arpeggio ];
|
propagatedBuildInputs = [ six attrs arpeggio ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user