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:
parent
9e5acf045d
commit
b36b588105
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue