python310Packages.versioneer: 0.24 -> 0.25

This commit is contained in:
R. Ryantm 2022-09-04 03:30:28 +00:00
parent c2b4fed7e9
commit be86afa5ec

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "versioneer";
version = "0.24";
version = "0.25";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-G426nlHi8OBMfoVFIW7s3qLWPhvVVpRI7mbFSffneC8=";
hash = "sha256-mo1axyDGbgmawguk+8LPAKXyuxYU3on0TIKTWsUQuuE=";
};
# Couldn't get tests to work because, for instance, they used virtualenv and