guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: python-pandas: Update to 0.25.2.


From: guix-commits
Subject: 03/03: gnu: python-pandas: Update to 0.25.2.
Date: Wed, 30 Oct 2019 05:18:17 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 7a97a26d012da08fad4540eed99643f6306de423
Author: Giacomo Leidi <address@hidden>
Date:   Tue Oct 29 00:16:25 2019 +0100

    gnu: python-pandas: Update to 0.25.2.
    
    * gnu/packages/python-xyz.scm (python-pandas): Update to 0.25.2.
    
    Signed-off-by: Mathieu Othacehe <address@hidden>
---
 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 136c786..d39c08c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1157,13 +1157,13 @@ human-friendly syntax.")
 (define-public python-pandas
   (package
     (name "python-pandas")
-    (version "0.24.2")
+    (version "0.25.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pandas" version))
        (sha256
-        (base32 "18imlm8xbhcbwy4wa957a1fkamrcb0z988z006jpfda3ki09z4ag"))))
+        (base32 "1gp2pvzdiakvgjmykdzdlzrsfbg4vjm49jjdl9s0ha0a3yfs34fa"))))
     (build-system python-build-system)
     (arguments
      `(#:modules ((guix build utils)



reply via email to

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