guix-commits
[Top][All Lists]
Advanced

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

159/242: gnu: python-pandas: Update to 1.4.2.


From: guix-commits
Subject: 159/242: gnu: python-pandas: Update to 1.4.2.
Date: Thu, 12 May 2022 14:14:24 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit c359a4fabba7c6fab2498d602f5a63d4cebcc5e4
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Apr 18 15:55:35 2022 -0400

    gnu: python-pandas: Update to 1.4.2.
    
    * gnu/packages/python-science.scm (python-pandas): Update to 1.4.2.
---
 gnu/packages/python-science.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 21ed2c7694..0ff971e46c 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -397,13 +397,13 @@ library.")
 (define-public python-pandas
   (package
     (name "python-pandas")
-    (version "1.3.5")
+    (version "1.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pandas" version))
        (sha256
-        (base32 "1wd92ra8xcjgigbypid53gvby89myg68ica6r8hdw4hhvvsqahhy"))))
+        (base32 "04lsak3j5hq2hk0vfjf532rdxdqmg2akamdl4yl3qipihp2izg4j"))))
     (build-system python-build-system)
     (arguments
      `(#:modules ((guix build utils)



reply via email to

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