forked from mirrors/nixpkgs
python37Packages.versioneer: 0.18 -> 0.19
This commit is contained in:
parent
e038ae5329
commit
05d4955a96
|
@ -4,11 +4,11 @@
|
|||
buildPythonPackage rec {
|
||||
|
||||
pname = "versioneer";
|
||||
version = "0.18";
|
||||
version = "0.19";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0dgkzg1r7mjg91xp81sv9z4mabyxl39pkd11jlc1200md20zglga";
|
||||
sha256 = "a4fed39bbebcbd2d07f8a86084773f303cb442709491955a0e6754858e47afae";
|
||||
};
|
||||
|
||||
# Couldn't get tests to work because, for instance, they used virtualenv and
|
||||
|
|
Loading…
Reference in a new issue