gnu: python-sphinx@1.6: Update to 1.6.4.
* gnu/packages/python.scm (python-sphinx-1.6): Update to 1.6.4.master
parent
ebf09e77dc
commit
9052324d72
|
@ -2438,13 +2438,13 @@ sources.")
|
||||||
(define-public python-sphinx-1.6
|
(define-public python-sphinx-1.6
|
||||||
(package (inherit python-sphinx)
|
(package (inherit python-sphinx)
|
||||||
(name "python-sphinx")
|
(name "python-sphinx")
|
||||||
(version "1.6.3")
|
(version "1.6.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Sphinx" version))
|
(uri (pypi-uri "Sphinx" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rj6f3i8hmrx2qlkshi5kp5xcy98dlynwlyl05yvflj5f66dp2xg"))))
|
"0gjakw9fv5pwqb5yyclxycs36sapxizk1vx6mkcdizmzgzcfy0gi"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue