all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50813] [PATCH] gnu: python-pandas: Update to 1.3.3.
@ 2021-09-26  9:47 Felix Gruber
  2021-10-07  9:07 ` Ludovic Courtès
  0 siblings, 1 reply; 15+ messages in thread
From: Felix Gruber @ 2021-09-26  9:47 UTC (permalink / raw)
  To: 50813; +Cc: Felix Gruber

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

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 738b504e3b..676ad00f5e 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2021 Roel Janssen <roel@gnu.org>
 ;;; Copyright © 2021 Paul Garlick <pgarlick@tourbillion-technology.com>
 ;;; Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -329,13 +330,13 @@ of the SGP4 satellite tracking algorithm.")
 (define-public python-pandas
   (package
     (name "python-pandas")
-    (version "1.3.0")
+    (version "1.3.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pandas" version))
        (sha256
-        (base32 "1qi2cv450m05dwccx3p1s373k5b4ncvwi74plnms2pidrz4ycm65"))))
+        (base32 "1pq1nwj2kysy2g3p18wjb1xn8vk1jhcyisxilsnkwyd99aqqqb17"))))
     (build-system python-build-system)
     (arguments
      `(#:modules ((guix build utils)
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2021-10-14 19:10 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-26  9:47 [bug#50813] [PATCH] gnu: python-pandas: Update to 1.3.3 Felix Gruber
2021-10-07  9:07 ` Ludovic Courtès
2021-10-10 15:04   ` [bug#50813] [PATCH v2 0/6] " Felix Gruber
2021-10-12 13:28     ` Greg Hogan
2021-10-12 14:52     ` bug#50813: [PATCH] " Ludovic Courtès
2021-10-10 15:04   ` [bug#50813] [PATCH v2 1/6] " Felix Gruber
2021-10-10 15:04   ` [bug#50813] [PATCH v2 2/6] gnu: python-dask: Update to 2021.9.1 Felix Gruber
2021-10-10 15:04   ` [bug#50813] [PATCH v2 3/6] gnu: python-distributed: Update to 2021.09.1 Felix Gruber
2021-10-10 15:04   ` [bug#50813] [PATCH v2 4/6] gnu: python-eliot: Update to 1.13.0 Felix Gruber
2021-10-10 15:04   ` [bug#50813] [PATCH v2 5/6] gnu: synapse: Update to 1.44.0 Felix Gruber
2021-10-13 12:01     ` Michael Rohleder
2021-10-13 16:33       ` Felix Gruber
2021-10-14  4:25         ` Michael Rohleder
2021-10-14 19:08           ` Felix Gruber
2021-10-10 15:04   ` [bug#50813] [PATCH v2 6/6] gnu: clipper: Disable non-deterministic test Felix Gruber

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.