mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
python37Packages.versioneer: 0.18 -> 0.19
This commit is contained in:
parent
e038ae5329
commit
05d4955a96
1 changed files with 2 additions and 2 deletions
|
@ -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