guix-commits
[Top][All Lists]
Advanced

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

219/242: gnu: python-sphinxcontrib-programoutput: Update to 0.17 and ena


From: guix-commits
Subject: 219/242: gnu: python-sphinxcontrib-programoutput: Update to 0.17 and enable tests.
Date: Thu, 12 May 2022 14:14:44 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit ab26bfd4d92212daece91d7d523af7a8195da4b4
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Apr 21 21:55:28 2022 -0400

    gnu: python-sphinxcontrib-programoutput: Update to 0.17 and enable tests.
    
    * gnu/packages/sphinx.scm (python-sphinxcontrib-programoutput): Update to 
0.17.
    [arguments]: Delete field.
---
 gnu/packages/sphinx.scm | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 90568f855f..f9c588c8cb 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -423,19 +423,15 @@ Blog, News or Announcements section to a Sphinx website.")
 (define-public python-sphinxcontrib-programoutput
   (package
     (name "python-sphinxcontrib-programoutput")
-    (version "0.15")
+    (version "0.17")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "sphinxcontrib-programoutput" version))
               (sha256
                (base32
-                "155bz0z2cz544pphkd3nk7ph83mz7nn0ql135kzi62kqmd75ppc0"))))
+                "0zrb2ny6y7nk84qmw5mds84fc4pxgqf4sjy7bk95b0zfrawfj3ih"))))
     (build-system python-build-system)
-    (arguments
-     ;; FIXME: Many tests are failing.
-     '(#:tests? #f))
-    (propagated-inputs
-     (list python-sphinx))
+    (propagated-inputs  (list python-sphinx))
     (synopsis "Sphinx extension to include program output")
     (description "A Sphinx extension to literally insert the output of 
arbitrary
 commands into documents, helping you to keep your command examples up to 
date.")



reply via email to

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