guix-commits
[Top][All Lists]
Advanced

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

80/285: gnu: python-sphinxcontrib-programoutput: Update to 0.15.


From: guix-commits
Subject: 80/285: gnu: python-sphinxcontrib-programoutput: Update to 0.15.
Date: Sun, 29 Dec 2019 20:44:05 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit f2d369a46c28176ca0f9f4f85e180d05bbf311c4
Author: Brett Gilio <address@hidden>
Date:   Mon Dec 23 17:24:21 2019 -0600

    gnu: python-sphinxcontrib-programoutput: Update to 0.15.
    
    * gnu/packages/sphinx.scm (python-sphinxcontrib-programoutput): Update to 
0.15.
---
 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 0c5aaf0..f2278ad 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -275,13 +275,13 @@ Blog, News or Announcements section to a Sphinx website.")
 (define-public python-sphinxcontrib-programoutput
   (package
     (name "python-sphinxcontrib-programoutput")
-    (version "0.10")
+    (version "0.15")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "sphinxcontrib-programoutput" version))
               (sha256
                (base32
-                "153hhnlbx4688zj9wd64819ps5znc2jlyp5crkgzvn5hxgy99vpx"))))
+                "155bz0z2cz544pphkd3nk7ph83mz7nn0ql135kzi62kqmd75ppc0"))))
     (build-system python-build-system)
     (arguments
      ;; FIXME: Many tests are failing and the upstream is gone.



reply via email to

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