gnu: python-versioneer: Update to 0.21.

* gnu/packages/python-xyz.scm (python-versioneer): Update to 0.21.
This commit is contained in:
Marius Bakke 2021-12-13 19:18:59 +01:00
parent e1dc580bdf
commit 5940d4cfed
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -26007,14 +26007,14 @@ applications with variable CPU loads).")
(define-public python-versioneer (define-public python-versioneer
(package (package
(name "python-versioneer") (name "python-versioneer")
(version "0.19") (version "0.21")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "versioneer" version)) (uri (pypi-uri "versioneer" version))
(sha256 (sha256
(base32 (base32
"1bmg8y78am371rd9b4clf11b8g1h7xvq8q58z03jvgdwpsdx7zm4")))) "084fglxafbzvf1vbkzfajvs9qwnvjwwn8pxql9nrlpyipv5xpwk4"))))
(build-system python-build-system) (build-system python-build-system)
(home-page (home-page
"https://github.com/python-versioneer/python-versioneer") "https://github.com/python-versioneer/python-versioneer")