guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: python-texttable: Update to 0.8.7.


From: Tobias Geerinckx-Rice
Subject: 08/11: gnu: python-texttable: Update to 0.8.7.
Date: Tue, 21 Mar 2017 21:02:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4c4d4df393672fa1c508b6248904be917084473d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jan 31 11:12:30 2017 +0100

    gnu: python-texttable: Update to 0.8.7.
    
    * gnu/packages/python.scm (python-texttable): Update to 0.8.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 60ce2ed..66e2eb7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8506,14 +8506,14 @@ the standard library.")
 (define-public python-texttable
   (package
     (name "python-texttable")
-    (version "0.8.4")
+    (version "0.8.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "texttable" version))
        (sha256
         (base32
-         "0bkhs4dx9s6g7fpb969hygq56hyz4ncfamlynw72s0n6nqfbd1w5"))))
+         "1liiiydgkg37i46a418aw19fyf6z3ds51wdwwpyjbs12x0phhf4a"))))
     (build-system python-build-system)
     (arguments '(#:tests? #f)) ; no tests
     (home-page "https://github.com/foutaise/texttable/";)



reply via email to

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