Archived
1
0
Fork 0

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:
Tobias Geerinckx-Rice 2018-05-29 21:42:56 +02:00
parent a21bcd7079
commit 2847d833be
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -680,14 +680,14 @@ and better support for mocking results.")
(define-public python-oslo.utils (define-public python-oslo.utils
(package (package
(name "python-oslo.utils") (name "python-oslo.utils")
(version "3.36.0") (version "3.36.2")
(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
"0zvm31qdvqywxppqdjwbxxsqaga3dg4slpvbbmqqm9ig4n78mhay")))) "1ipjcgg9z697wmibhcbg5lqpk5gafakdx4qkff3w255zr0mvw04r"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-debtcollector" ,python-debtcollector) `(("python-debtcollector" ,python-debtcollector)