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 @@ (define-public python-dbfread
(define-public python-cached-property
(package
(name "python-cached-property")
(version "1.5.1")
(version "1.5.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cached-property" version))
(sha256
(base32
"010m1bl380l2r3vwq24r5v14l6gwvgm9v0mqqjkjss552jgsa5wj"))))
"0c51i6yzg6dlq6zhk4c6nv33mg8gv05kkan36k9b5jzf71c7b9cz"))))
(build-system python-build-system)
(arguments
`(#:phases