python38Packages.versioneer: 0.20 -> 0.21
This commit is contained in:
parent
2ae14350dd
commit
4943033627
@ -6,12 +6,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "versioneer";
|
pname = "versioneer";
|
||||||
version = "0.20";
|
version = "0.21";
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-Ljk2AOwnF7efWcmE942TX3bkbEyu+HWoe4tO1gLy/2U=";
|
sha256 = "64f2dbcbbed15f9a6da2b85f643997db729cf496cafdb97670fb2fa73a7d8e20";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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