guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-tabulate: Update to 0.8.7.


From: guix-commits
Subject: 01/02: gnu: python-tabulate: Update to 0.8.7.
Date: Sat, 27 Jun 2020 05:35:57 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 27fffa19c0098f9f988e4739f8f936b1cbb9d3df
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sat Jun 27 11:39:44 2020 +0300

    gnu: python-tabulate: Update to 0.8.7.
    
    * gnu/packages/python-xyz.scm (python-tabulate): Update to 0.8.7.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index be27f2b..300277f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11691,13 +11691,13 @@ It uses LR parsing and does extensive error 
checking.")
 (define-public python-tabulate
   (package
     (name "python-tabulate")
-    (version "0.7.7")
+    (version "0.8.7")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "tabulate" version))
              (sha256
               (base32
-               "1inqhspd4frxnp08c32yndr0lc4px1xfkqah184i5w09gkhvi843"))))
+               "01shi7bmj09f0bcm5s0c9skys063lzp76p0n4a2xmg041ni269yv"))))
     (build-system python-build-system)
     (arguments
      ;; FIXME: The pypi release tarball is missing a 'test/common.py'



reply via email to

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