guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: python-pandas: Update to 1.3.4.


From: guix-commits
Subject: 05/05: gnu: python-pandas: Update to 1.3.4.
Date: Mon, 25 Oct 2021 07:02:38 -0400 (EDT)

efraim pushed a commit to branch core-updates-frozen
in repository guix.

commit 4e4516599aa2add29b39bf8357c2c503a05902c4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 25 14:01:09 2021 +0300

    gnu: python-pandas: Update to 1.3.4.
    
    * gnu/packages/python-science.scm (python-pandas): Update to 1.3.4.
---
 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 dcd5a50..7572a81 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -330,13 +330,13 @@ of the SGP4 satellite tracking algorithm.")
 (define-public python-pandas
   (package
     (name "python-pandas")
-    (version "1.3.3")
+    (version "1.3.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pandas" version))
        (sha256
-        (base32 "1pq1nwj2kysy2g3p18wjb1xn8vk1jhcyisxilsnkwyd99aqqqb17"))))
+        (base32 "1z3gm521wpm3j13rwhlb4f2x0645zvxkgxij37i3imdpy39iiam2"))))
     (build-system python-build-system)
     (arguments
      `(#:modules ((guix build utils)



reply via email to

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