guix-commits
[Top][All Lists]
Advanced

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

32/45: gnu: python-sphinx-gallery: Update to 0.10.1.


From: guix-commits
Subject: 32/45: gnu: python-sphinx-gallery: Update to 0.10.1.
Date: Wed, 12 Jan 2022 17:58:43 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 2e52ee625f6f5e77b9c3ac0f889c2d77ebd2aa5c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jan 12 19:04:01 2022 +0100

    gnu: python-sphinx-gallery: Update to 0.10.1.
    
    * gnu/packages/sphinx.scm (python-sphinx-gallery): Update to 0.10.1.
---
 gnu/packages/sphinx.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 8bfe80168c..bf33f14718 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -462,13 +462,13 @@ integrate Sphinx documents in web templates and to handle 
searches.")
 (define-public python-sphinx-gallery
   (package
     (name "python-sphinx-gallery")
-    (version "0.9.0")
+    (version "0.10.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "sphinx-gallery" version))
        (sha256
-        (base32 "14zyhr7m92nafhhnzfvnbgkf5m91krd9mjyi24zn59bjq6zyr8hl"))))
+        (base32 "1r07sa34511fbnwi2s32q00qdyv5d23d05imyfgnh2ivhfq34gwm"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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