gnu: python-oslosphinx: Update to 4.10.0.
* gnu/packages/openstack.scm (python-oslosphinx): Update to 4.10.0.master
parent
a1e3ed6e8b
commit
9c4810b47c
|
@ -595,14 +595,14 @@ and building documentation from them.")
|
||||||
(define-public python-oslosphinx
|
(define-public python-oslosphinx
|
||||||
(package
|
(package
|
||||||
(name "python-oslosphinx")
|
(name "python-oslosphinx")
|
||||||
(version "4.3.0")
|
(version "4.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "oslosphinx" version))
|
(uri (pypi-uri "oslosphinx" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cz8ym4i1n4rgljlqhyhfkpgdmid7nkb909k8r8nk186m9cmpla2"))))
|
"09mxqyabi68f3s3arvdhlhq0mn38vf74jbsfcg84151hcj6czhnl"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; FIXME: Incompatible sphinx version.
|
;; FIXME: Incompatible sphinx version.
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue