mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-oslo.utils: Update to 3.36.0.
* gnu/packages/openstack.scm (python-oslo.utils): Update to 3.36.0.
This commit is contained in:
parent
207e4d2705
commit
ad19762859
1 changed files with 2 additions and 2 deletions
|
@ -680,14 +680,14 @@ (define-public python2-oslotest
|
||||||
(define-public python-oslo.utils
|
(define-public python-oslo.utils
|
||||||
(package
|
(package
|
||||||
(name "python-oslo.utils")
|
(name "python-oslo.utils")
|
||||||
(version "3.35.0")
|
(version "3.36.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "oslo.utils" version))
|
(uri (pypi-uri "oslo.utils" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ai9yyasyh1563khsri6ryk6iqdprmyiashg377m9h4nmv700ybx"))))
|
"0zvm31qdvqywxppqdjwbxxsqaga3dg4slpvbbmqqm9ig4n78mhay"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-debtcollector" ,python-debtcollector)
|
`(("python-debtcollector" ,python-debtcollector)
|
||||||
|
|
Loading…
Reference in a new issue