rekado pushed a commit to branch master
in repository guix.
commit 4fd2622df8615ce3e4d081124bee824315f00f85
Author: Ricardo Wurmus <[email protected]>
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