python310Packages.versioneer: 0.22 -> 0.23

This commit is contained in:
R. Ryantm 2022-08-14 07:05:58 +00:00
parent 5c37f7fa7e
commit 57f7f5d98f

View file

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