diff mbox series

[bug#37971,PATCHES] Update python-numpy to 1.17.3

Message ID a1db6b7fa1ebc849ebda526e52a28674@autistici.org
State Accepted
Headers show
Series [bug#37971,PATCHES] Update python-numpy to 1.17.3 | expand

Commit Message

Giacomo Leidi Oct. 28, 2019, 11:23 p.m. UTC
In the following patches I bumped python-numpy version and as a 
consequence the ones of python-xlrd and python-pandas.

Comments

Mathieu Othacehe Oct. 30, 2019, 9:21 a.m. UTC | #1
Hello,

> In the following patches I bumped python-numpy version and as a 
> consequence the ones of python-xlrd and python-pandas.

python-numpy has a bunch of dependencies (150) but it is below the
master limit, so I pushed it.

Thanks,

Mathieu
diff mbox series

Patch

From 27ec6c556a2a3feb31b8c19ee72a30b18c501f31 Mon Sep 17 00:00:00 2001
From: Giacomo Leidi <goodoldpaul@autistici.org>
Date: Tue, 29 Oct 2019 00:16:25 +0100
Subject: [PATCH 3/3] gnu: python-pandas: Update to 0.25.2.

* gnu/packages/python-xyz.scm (python-pandas): Update to 0.25.2.
---
 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 f6bfee7e5d..397561a62f 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)
-- 
2.23.0