summary refs log tree commit diff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2017-04-28 14:29:16 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2017-04-29 18:50:53 -0500
commitb9ce9eca23ff326b3a98c6e9e49a60e1a4b81d8b (patch)
tree55ee4b361fb8f97a9257f1b2f0a2ef503b167d53 /gnu/packages/python.scm
parent564324f4571a37aa746507fcde6b1546c8b3e416 (diff)
downloadguix-b9ce9eca23ff326b3a98c6e9e49a60e1a4b81d8b.tar.gz
python-sphinxcontrib-programoutput: Update to 0.10.
* gnu/packages/python.scm (python-sphinxcontrib-programoutput): Update to 0.10.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 22fadea275..e25a55d6ee 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10033,13 +10033,13 @@ programmatically interfacing with your system's $EDITOR.")
 (define-public python-sphinxcontrib-programoutput
   (package
     (name "python-sphinxcontrib-programoutput")
-    (version "0.8")
+    (version "0.10")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "sphinxcontrib-programoutput" version))
               (sha256
                (base32
-                "098as6z1s0gb4dh5xcr1fd2vpm91zj93jzvgawspxf5s4hqs0xhp"))))
+                "153hhnlbx4688zj9wd64819ps5znc2jlyp5crkgzvn5hxgy99vpx"))))
     (build-system python-build-system)
     (arguments
      ;; FIXME: Many tests are failing and the upstream is gone.