diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-04 22:21:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-05 03:46:10 +0100 |
commit | 728fdd83eb01ae09edf6ee75ab0d12f59db0fbe6 (patch) | |
tree | 3c8081e95ba414e3cd704ffcbcb654f7ff577bed /gnu | |
parent | edc517a04cd5423e9add03e263c00c3ee2fcd0c8 (diff) | |
download | guix-728fdd83eb01ae09edf6ee75ab0d12f59db0fbe6.tar.gz guix-728fdd83eb01ae09edf6ee75ab0d12f59db0fbe6.zip |
gnu: python-sphinx-intl: Update to 2.0.1.
* gnu/packages/sphinx.scm (python-sphinx-intl): Update to 2.0.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/sphinx.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index f27f9d0176..ac506ecbe5 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -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) |