3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Tobias Geerinckx-Rice 2020-08-13 04:51:10 +02:00
parent f57e86ff1d
commit ca1e978586
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1177,14 +1177,13 @@ language. It aims to be fast.")
(define-public python-aenum
(package
(name "python-aenum")
(version "2.2.3")
(version "2.2.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "aenum" version))
(sha256
(base32
"1s3008rklv4n1kvmq6xdbdfyrpl0gf1rhqasmd27s5kwyjmlqcx4"))))
(base32 "0r1812bjm72x73pl7y4yhffr4zbdjgxa08avsy4b3di0pqgqv0l1"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases