mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-aenum: Update to 2.2.4.
* gnu/packages/python-xyz.scm (python-aenum): Update to 2.2.4.
This commit is contained in:
parent
f57e86ff1d
commit
ca1e978586
1 changed files with 2 additions and 3 deletions
|
@ -1177,14 +1177,13 @@ language. It aims to be fast.")
|
||||||
(define-public python-aenum
|
(define-public python-aenum
|
||||||
(package
|
(package
|
||||||
(name "python-aenum")
|
(name "python-aenum")
|
||||||
(version "2.2.3")
|
(version "2.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "aenum" version))
|
(uri (pypi-uri "aenum" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0r1812bjm72x73pl7y4yhffr4zbdjgxa08avsy4b3di0pqgqv0l1"))))
|
||||||
"1s3008rklv4n1kvmq6xdbdfyrpl0gf1rhqasmd27s5kwyjmlqcx4"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue