3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-sphinx-intl: Update to 2.0.1.

* gnu/packages/sphinx.scm (python-sphinx-intl): Update to 2.0.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-04 22:21:02 +01:00
parent edc517a04c
commit 728fdd83eb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -578,14 +578,13 @@ to be able to read and render the Doxygen xml output.")
(define-public python-sphinx-intl
(package
(name "python-sphinx-intl")
(version "2.0.0")
(version "2.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sphinx-intl" version))
(sha256
(base32
"0zbf1bh23b3kza8bnjykmv2k21xmmr4gamhi3lnicnr6ypnrphr5"))))
(base32 "1d1q0sanjp4nkfvhsxi75zf3xjyyi8nzxvl3v7l0jy9ld70nwnmj"))))
(build-system python-build-system)
(propagated-inputs
`(("python-sphinx" ,python-sphinx)