me
/
guix
Archived
1
0
Fork 0

gnu: python-sphinx: Update to 2.1.2.

* gnu/packages/sphinx.scm (python-sphinx): Update to 2.1.2.
master
Marius Bakke 2019-06-20 23:19:09 +02:00
parent 651478aa18
commit 010689e706
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -45,14 +45,14 @@
(define-public python-sphinx (define-public python-sphinx
(package (package
(name "python-sphinx") (name "python-sphinx")
(version "2.1.1") (version "2.1.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Sphinx" version)) (uri (pypi-uri "Sphinx" version))
(sha256 (sha256
(base32 (base32
"1ym150xpzc2nsv8zy77q3q4gxgwfnfvd7459dykzmiw6wxk3250m")))) "09y4mjmbxz94pmfr2lzf1hkx2xk0khcpb8xsqfmir4l7dds9x9zr"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases