From adf54dea4e685fe00ab7f106ef264acad6e18cee Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 30 Apr 2024 15:24:52 +0200 Subject: gnu: python-pandas-stub: Update to 2.1.1.230928. This is a follow-up to commit ff2d0ecfca87450c82df8d74666261b1c19cbe66. * gnu/packages/python-science.scm (python-pandas-stub): Update to 2.1.1.230928. Change-Id: I2e8ce18bd25399b467a6ff2a6fb846f8bb969e4c --- gnu/packages/python-science.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'gnu/packages/python-science.scm') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 0769ab8e96..124a893dfc 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -963,9 +963,8 @@ (define-public python-pandas-stubs (package (name "python-pandas-stubs") ;; The versioning follows that of Pandas and uses the date of the - ;; python-pandas-stubs release. This is the latest version of - ;; python-pandas-stubs for python-pandas 1.5.3. - (version "1.5.3.230321") + ;; python-pandas-stubs release. + (version "2.1.1.230928") (source (origin ;; No tests in the PyPI tarball. @@ -975,7 +974,7 @@ (define-public python-pandas-stubs (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1blwlq5053pxnmx721zdd6v8njiybz4azribx2ygq33jcpmknda6")))) + (base32 "13b6wcwf9ybxf492w1l8qqf2bcgch21xds5r88pfkmrvqhxwfpyr")))) (build-system pyproject-build-system) (arguments (list @@ -995,8 +994,7 @@ (define-public python-pandas-stubs (system "Xvfb &") (setenv "DISPLAY" ":0") ;; xsel needs to write a log file. - (setenv "HOME" - (getcwd))))))) + (setenv "HOME" (getcwd))))))) (propagated-inputs (list python-types-pytz)) ;; Add python-fastparquet to native inputs once it has been packaged. Its ;; tests will be skipped for now. -- cgit v1.2.3