Merge pull request #190104 from r-ryantm/auto-update/python310Packages.versioneer
python310Packages.versioneer: 0.25 -> 0.26
This commit is contained in:
commit
fe851944f5
@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "versioneer";
|
pname = "versioneer";
|
||||||
version = "0.25";
|
version = "0.26";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-mo1axyDGbgmawguk+8LPAKXyuxYU3on0TIKTWsUQuuE=";
|
hash = "sha256-hPxymqKW0dJmRaj2LxeAGYhf9vmhBzsppKIoJwrFJXs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user