guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-sphinx-repoze-autointerface: Update to 0.8.


From: Leo Famulari
Subject: 01/01: gnu: python-sphinx-repoze-autointerface: Update to 0.8.
Date: Sat, 2 Jul 2016 00:56:12 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 328ae34112955a4651fab0ff4a9e783943ca7c70
Author: Leo Famulari <address@hidden>
Date:   Fri Jul 1 19:48:23 2016 -0400

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f0383ad..597ca6a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8308,13 +8308,13 @@ commands into documents, helping you to keep your 
command examples up to date.")
 (define-public python-sphinx-repoze-autointerface
   (package
     (name "python-sphinx-repoze-autointerface")
-    (version "0.7.1")
+    (version "0.8")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "repoze.sphinx.autointerface" version))
               (sha256
                (base32
-                "016mv3wbylw278wl7z33y2liyra8ljp08zq1g0anzadh1an5zvwp"))))
+                "08ycivzf7bh4a1zcyp31hbyqs1b2c9r26raa3vxjwwmbfqr3iw4f"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-docutils" ,python-docutils)



reply via email to

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