guix-commits
[Top][All Lists]
Advanced

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

12/20: gnu: python-tabulate: Update to 0.7.7.


From: Tobias Geerinckx-Rice
Subject: 12/20: gnu: python-tabulate: Update to 0.7.7.
Date: Tue, 24 Jan 2017 23:11:47 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit e6ace98d10159e9b9477dea34f428829a06cbb34
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jan 24 14:51:32 2017 +0100

    gnu: python-tabulate: Update to 0.7.7.
    
    * gnu/packages/python.scm (python-tabulate): Update to 0.7.7
---
 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 0a8c812..4e73b0e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10399,13 +10399,13 @@ It uses LR parsing and does extensive error 
checking.")
 (define-public python-tabulate
   (package
     (name "python-tabulate")
-    (version "0.7.5")
+    (version "0.7.7")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "tabulate" version))
              (sha256
               (base32
-               "03l1r7ddd1a0j2snv1yd0hlnghjad3fg1an1jr8936ksv75slwch"))
+               "1inqhspd4frxnp08c32yndr0lc4px1xfkqah184i5w09gkhvi843"))
              ;; Fix tests
              (modules '((guix build utils)))
              (snippet '(substitute* '("test/test_cli.py"



reply via email to

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