Merge pull request #141584 from r-ryantm/auto-update/python38Packages.versioneer

python38Packages.versioneer: 0.20 -> 0.21
This commit is contained in:
Fabian Affolter 2021-10-14 09:24:16 +02:00 committed by GitHub
commit 2d50f168ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "versioneer";
version = "0.20";
version = "0.21";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Ljk2AOwnF7efWcmE942TX3bkbEyu+HWoe4tO1gLy/2U=";
sha256 = "64f2dbcbbed15f9a6da2b85f643997db729cf496cafdb97670fb2fa73a7d8e20";
};
# Couldn't get tests to work because, for instance, they used virtualenv and