me
/
guix
Archived
1
0
Fork 0

gnu: python-sphinx: Update to 3.2.1.

* gnu/packages/sphinx.scm (python-sphinx): Update to 3.2.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Simon South 2020-10-10 18:24:21 -04:00 committed by Christopher Baines
parent f786812066
commit 9bf2ddf8dc
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -48,14 +48,14 @@
(define-public python-sphinx
(package
(name "python-sphinx")
(version "2.3.1")
(version "3.2.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Sphinx" version))
(sha256
(base32
"19a28nsb0w4bs6k8rdfyk6vzrcwdpvhs2wq77rgpmww59yvndrz6"))))
"1s70hxhddzf656kmj01lws4cbywgsinbg8750r9ilf7s2sdns79j"))))
(build-system python-build-system)
(arguments
`(#:phases