Merge pull request #190104 from r-ryantm/auto-update/python310Packages.versioneer

python310Packages.versioneer: 0.25 -> 0.26
This commit is contained in:
Robert Scott 2022-09-08 02:08:42 +01:00 committed by GitHub
commit fe851944f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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