mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-oslosphinx: Update to 4.10.0.
* gnu/packages/openstack.scm (python-oslosphinx): Update to 4.10.0.
This commit is contained in:
parent
a1e3ed6e8b
commit
9c4810b47c
1 changed files with 2 additions and 2 deletions
|
@ -595,14 +595,14 @@ (define-public python2-reno
|
|||
(define-public python-oslosphinx
|
||||
(package
|
||||
(name "python-oslosphinx")
|
||||
(version "4.3.0")
|
||||
(version "4.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "oslosphinx" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0cz8ym4i1n4rgljlqhyhfkpgdmid7nkb909k8r8nk186m9cmpla2"))))
|
||||
"09mxqyabi68f3s3arvdhlhq0mn38vf74jbsfcg84151hcj6czhnl"))))
|
||||
(build-system python-build-system)
|
||||
;; FIXME: Incompatible sphinx version.
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue