mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-six: Update to 1.15.0.
* gnu/packages/python-xyz.scm (python-six): Update to 1.15.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
1cbee05685
commit
6f95911ad1
1 changed files with 2 additions and 2 deletions
|
@ -1716,14 +1716,14 @@ (define-public python2-eventlet
|
|||
(define-public python-six
|
||||
(package
|
||||
(name "python-six")
|
||||
(version "1.14.0")
|
||||
(version "1.15.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "six" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02lw67hprv57hyg3cfy02y3ixjk3nzwc0dx3c4ynlvkfwkfdnsr3"))))
|
||||
"0n82108wxn5giff50hd9ykjhd3zl7cndabdasi6568yvbh1rqqrh"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue