guix-commits
[Top][All Lists]
Advanced

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

17/45: gnu: python-nbsphinx: Update to 0.8.8.


From: guix-commits
Subject: 17/45: gnu: python-nbsphinx: Update to 0.8.8.
Date: Wed, 12 Jan 2022 17:58:40 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 4633f343f6cf91ead999b66b11d7724e2a7ba077
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jan 12 14:45:38 2022 +0100

    gnu: python-nbsphinx: Update to 0.8.8.
    
    * gnu/packages/sphinx.scm (python-nbsphinx): Update to 0.8.8.
---
 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 4597a22ba0..8bfe80168c 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -838,14 +838,14 @@ documenting acceptable argument types and return value 
types of functions.")
 (define-public python-nbsphinx
   (package
     (name "python-nbsphinx")
-    (version "0.7.1")
+    (version "0.8.8")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "nbsphinx" version))
         (sha256
           (base32
-            "0j56bxdj08vn3q1804qwb1ywhga1mdg1awgm7i64wfpfwi8df2zm"))))
+            "1v1lzkfx2lslhslqb110zxmm4dmdg6hs2rahf713c2rk9f10q2dm"))))
     (build-system python-build-system)
     (propagated-inputs
       (list python-docutils



reply via email to

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