me
/
guix
Archived
1
0
Fork 0

gnu: python-sphinx: Update to 2.2.2.

* gnu/packages/sphinx.scm (python-sphinx): Update to 2.2.2.
master
Marius Bakke 2019-12-10 16:11:43 +01:00
parent 90076d2ce1
commit b5414ff4db
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -46,14 +46,14 @@
(define-public python-sphinx
(package
(name "python-sphinx")
(version "2.2.0")
(version "2.2.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Sphinx" version))
(sha256
(base32
"0ig8s94xg0p6h9y5s3ns9x8i10b24ihzvs65b5jwrhrgih7nnn0d"))))
"1wjcm382824rq8ijls9mlqwl2h8l26s201v5fwprhnins671m72m"))))
(build-system python-build-system)
(arguments
`(#:phases