guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/19: gnu: python-sphinx-intl: Update to 2.0.1.


From: guix-commits
Subject: 11/19: gnu: python-sphinx-intl: Update to 2.0.1.
Date: Wed, 4 Nov 2020 22:00:40 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 728fdd83eb01ae09edf6ee75ab0d12f59db0fbe6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 4 22:21:02 2020 +0100

    gnu: python-sphinx-intl: Update to 2.0.1.
    
    * gnu/packages/sphinx.scm (python-sphinx-intl): Update to 2.0.1.
---
 gnu/packages/sphinx.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index f27f9d0..ac506ec 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]