mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: python-outcome: Update to 1.2.0.
* gnu/packages/python-xyz.scm (python-outcome): Update to 1.2.0.
This commit is contained in:
parent
cf5db214a1
commit
cfe93a00b9
1 changed files with 2 additions and 2 deletions
|
@ -24475,13 +24475,13 @@ (define-public python-construct
|
||||||
(define-public python-outcome
|
(define-public python-outcome
|
||||||
(package
|
(package
|
||||||
(name "python-outcome")
|
(name "python-outcome")
|
||||||
(version "1.0.1")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "outcome" version))
|
(uri (pypi-uri "outcome" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vxn04vspmlkkyijjkjnsc46f93ki8g62hr7ag10zpd7ic324y7w"))))
|
(base32 "0wi6bmsfn73aw1hbpa1nhhshlx9k2vxcl7kp3z7h78sxwhyvv0kg"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue