guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: python-tables: Update to 3.4.4.


From: Ricardo Wurmus
Subject: 03/03: gnu: python-tables: Update to 3.4.4.
Date: Wed, 5 Sep 2018 06:01:38 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4fd2622df8615ce3e4d081124bee824315f00f85
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 11:09:01 2018 +0200

    gnu: python-tables: Update to 3.4.4.
    
    * gnu/packages/python.scm (python-tables): Update to 3.4.4.
---
 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 8cf5550..8c7c9d3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6297,14 +6297,14 @@ printing of sub-tables by specifying a row range.")
 (define-public python-tables
   (package
     (name "python-tables")
-    (version "3.2.2")
+    (version "3.4.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "tables" version))
        (sha256
         (base32
-         "117s6w7s3yxafpmf3zz3svana7xfrsviw01va1xp7h8ylx8v6r1m"))
+         "0affz7k8babh8wdmsgrz5jxrd569by2w8ffimcxs9wiaf5rw1idx"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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