python37Packages.versioneer: 0.18 -> 0.19

This commit is contained in:
R. RyanTM 2020-11-14 21:37:14 +00:00 committed by Jonathan Ringer
parent e038ae5329
commit 05d4955a96
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "versioneer"; pname = "versioneer";
version = "0.18"; version = "0.19";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0dgkzg1r7mjg91xp81sv9z4mabyxl39pkd11jlc1200md20zglga"; sha256 = "a4fed39bbebcbd2d07f8a86084773f303cb442709491955a0e6754858e47afae";
}; };
# Couldn't get tests to work because, for instance, they used virtualenv and # Couldn't get tests to work because, for instance, they used virtualenv and