[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: python-pandas: Update to 1.4.4.
From: |
guix-commits |
Subject: |
06/06: gnu: python-pandas: Update to 1.4.4. |
Date: |
Sun, 18 Sep 2022 10:21:27 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit ce3b51a4c6bef22e35ca04a945917510627fc3a7
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Aug 30 20:08:22 2022 +0200
gnu: python-pandas: Update to 1.4.4.
* gnu/packages/python-science.scm (python-pandas): Update to 1.4.4.
[native-inputs]: Change from PYTHON-CYTHON to PYTHON-CYTHON-0.29.32.
---
gnu/packages/python-science.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index d1698e5f67..d828399f79 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -348,13 +348,13 @@ library.")
(define-public python-pandas
(package
(name "python-pandas")
- (version "1.4.2")
+ (version "1.4.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pandas" version))
(sha256
- (base32 "04lsak3j5hq2hk0vfjf532rdxdqmg2akamdl4yl3qipihp2izg4j"))))
+ (base32 "0ryv66s9cvd27q6a985vv556k2qlnlrdna2z7qc7bdhphrrhsv5b"))))
(build-system python-build-system)
(arguments
`(#:modules ((guix build utils)
@@ -422,7 +422,7 @@ library.")
(inputs
(list which xclip xsel))
(native-inputs
- (list python-cython
+ (list python-cython-0.29.32
python-beautifulsoup4
python-lxml
python-html5lib
- branch master updated (5811d876c3 -> ce3b51a4c6), guix-commits, 2022/09/18
- 01/06: gnu: python-ufo2ft: Don't use pytest-runner., guix-commits, 2022/09/18
- 02/06: gnu: Explicitly use meson@0.60 in packages that don't support 0.63., guix-commits, 2022/09/18
- 06/06: gnu: python-pandas: Update to 1.4.4.,
guix-commits <=
- 05/06: gnu: python-cython: Add 0.29.32., guix-commits, 2022/09/18
- 04/06: gnu: gnome-settings-daemon: Add NSS on RUNPATH., guix-commits, 2022/09/18
- 03/06: gnu: Explicitly use OpenSSL 1.1 in packages that don't support 3.0., guix-commits, 2022/09/18