mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-versioneer: Update to 0.21.
* gnu/packages/python-xyz.scm (python-versioneer): Update to 0.21.
This commit is contained in:
parent
e1dc580bdf
commit
5940d4cfed
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue