me
/
guix
Archived
1
0
Fork 0

gnu: python-sphinx@1.6: Update to 1.6.4.

* gnu/packages/python.scm (python-sphinx-1.6): Update to 1.6.4.
master
Tobias Geerinckx-Rice 2018-04-26 20:50:35 +02:00
parent ebf09e77dc
commit 9052324d72
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2438,13 +2438,13 @@ sources.")
(define-public python-sphinx-1.6
(package (inherit python-sphinx)
(name "python-sphinx")
(version "1.6.3")
(version "1.6.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "Sphinx" version))
(sha256
(base32
"1rj6f3i8hmrx2qlkshi5kp5xcy98dlynwlyl05yvflj5f66dp2xg"))))
"0gjakw9fv5pwqb5yyclxycs36sapxizk1vx6mkcdizmzgzcfy0gi"))))
(arguments
`(#:phases
(modify-phases %standard-phases