me
/
guix
Archived
1
0
Fork 0

gnu: Sphinx: Update to 3.1.2.

* gnu/packages/sphinx.scm (python-sphinx): Update to 3.1.2.
master
Marius Bakke 2020-07-25 01:15:25 +02:00
parent 45f7dc37c6
commit c866b09d40
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
(package
(name "python-sphinx")
(version "2.3.1")
(version "3.1.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Sphinx" version))
(sha256
(base32
"19a28nsb0w4bs6k8rdfyk6vzrcwdpvhs2wq77rgpmww59yvndrz6"))))
"1zd8l4dh0v4p8m7s51xr001k09cq2023dd0953ygw7xa76dypnmr"))))
(build-system python-build-system)
(arguments
`(#:phases