me
/
guix
Archived
1
0
Fork 0

gnu: python-sphinx: Update to 3.3.1.

* gnu/packages/sphinx.scm (python-sphinx): Update to 3.3.1.
master
Marius Bakke 2020-12-12 17:44:23 +01:00
parent 643963cbe0
commit 9fe0ca402b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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