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

python310Packages.versioneer: 0.23 -> 0.24
This commit is contained in:
Fabian Affolter 2022-08-31 16:21:48 +02:00 committed by GitHub
commit e9853cdfa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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