gnu: python-oslo.i18n: Update to 3.19.0.
* gnu/packages/openstack.scm (python-oslo.i18n): Update to 3.19.0. [arguments]: Remove field.
This commit is contained in:
parent
231bd07e8d
commit
c822e880fe
|
@ -446,17 +446,15 @@ pipeline and used by various modules such as logging.")
|
||||||
(define-public python-oslo.i18n
|
(define-public python-oslo.i18n
|
||||||
(package
|
(package
|
||||||
(name "python-oslo.i18n")
|
(name "python-oslo.i18n")
|
||||||
(version "3.0.0")
|
(version "3.19.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "oslo.i18n" version))
|
(uri (pypi-uri "oslo.i18n" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bpb1c20sm8my650gl824nzaip83bfn8hr91s65k5ncmyh8hb6pl"))))
|
"18lbfq55cqrbmwm5p6vci9mkjfzr0zwz54ax3ysa463wba5m84cp"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
|
||||||
'(#:tests? #f)) ; FIXME: Circular dependency on python-oslo.config.
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-babel" ,python-babel)
|
`(("python-babel" ,python-babel)
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)))
|
||||||
|
|
Loading…
Reference in New Issue