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