guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: python-pandas: Update to 0.16.2.


From: Ricardo Wurmus
Subject: 01/04: gnu: python-pandas: Update to 0.16.2.
Date: Fri, 12 Feb 2016 10:00:31 +0000

rekado pushed a commit to branch master
in repository guix.

commit 1b96f069e6884e11faa632d3a44ee062dfd017a4
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Feb 11 16:09:07 2016 +0100

    gnu: python-pandas: Update to 0.16.2.
    
    * gnu/packages/python.scm (python-pandas): Update to 0.16.2.
---
 gnu/packages/python.scm |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5b988c1..7627fc1 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -977,14 +977,13 @@ datetime module, available in Python 2.3+.")
 (define-public python-pandas
   (package
     (name "python-pandas")
-    (version "0.16.0")
+    (version "0.16.2")
     (source
      (origin
-      (method url-fetch)
-      (uri (string-append "https://pypi.python.org/packages/source/p/";
-                          "pandas/pandas-" version ".tar.gz"))
-      (sha256
-       (base32 "1wfrp8dx1zcsry6f09ndza6qm1yr7f163211f4l9vjlnhxpxw4s0"))))
+       (method url-fetch)
+       (uri (pypi-uri "pandas" version))
+       (sha256
+        (base32 "10agmrkps8bi5948vwpipfxds5kj1d076m9i0nhaxwqiw7gm6670"))))
     (build-system python-build-system)
     (arguments
      `(;; Three tests fail:



reply via email to

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