mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-six: Update to 1.14.0.
* gnu/packages/python-xyz.scm (python-six): Update to 1.14.0.
This commit is contained in:
parent
41fdad9f8c
commit
9a4990064f
1 changed files with 2 additions and 2 deletions
|
@ -1091,14 +1091,14 @@ from the Python interpreter, or as a small part of a larger application.")
|
||||||
(define-public python-six
|
(define-public python-six
|
||||||
(package
|
(package
|
||||||
(name "python-six")
|
(name "python-six")
|
||||||
(version "1.13.0")
|
(version "1.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "six" version))
|
(uri (pypi-uri "six" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rkby0kxlxj0kk2m6q5mh73ka5rk608p886vnv57h9cbkqki1xih"))))
|
"02lw67hprv57hyg3cfy02y3ixjk3nzwc0dx3c4ynlvkfwkfdnsr3"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue