mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-oslo.i18n: Update to 3.20.0.
* gnu/packages/openstack.scm (python-oslo.i18n): Update to 3.20.0.
This commit is contained in:
parent
bae598d6c9
commit
207e4d2705
1 changed files with 2 additions and 2 deletions
|
@ -452,14 +452,14 @@ (define-public python2-oslo.context
|
|||
(define-public python-oslo.i18n
|
||||
(package
|
||||
(name "python-oslo.i18n")
|
||||
(version "3.19.0")
|
||||
(version "3.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "oslo.i18n" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18lbfq55cqrbmwm5p6vci9mkjfzr0zwz54ax3ysa463wba5m84cp"))))
|
||||
"0kjcdw4bk3mi4vqmqwhhq053kxbbbj05si6nwxd1pzx33z067ky3"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-babel" ,python-babel)
|
||||
|
|
Loading…
Reference in a new issue