1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

gnu: python-cached-property: Update to 1.5.2.

* gnu/packages/python-xyz.scm (python-cached-property): Update to 1.5.2.
This commit is contained in:
Marius Bakke 2021-05-05 18:21:53 +02:00
parent 9e5acf045d
commit b36b588105
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -21887,14 +21887,14 @@ one-off scripts.")
(define-public python-cached-property (define-public python-cached-property
(package (package
(name "python-cached-property") (name "python-cached-property")
(version "1.5.1") (version "1.5.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "cached-property" version)) (uri (pypi-uri "cached-property" version))
(sha256 (sha256
(base32 (base32
"010m1bl380l2r3vwq24r5v14l6gwvgm9v0mqqjkjss552jgsa5wj")))) "0c51i6yzg6dlq6zhk4c6nv33mg8gv05kkan36k9b5jzf71c7b9cz"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases