gnu: python-xarray-einstats: Update to 0.7.0.

* gnu/packages/python-science.scm (python-xarray-einstats): Update to 0.7.0.

Change-Id: Iddd1fca8c37f05a928d20b90f9f95814f31435b2
This commit is contained in:
Vinicius Monego 2024-01-24 12:20:32 -03:00
parent 2836325c2b
commit a4c9766108
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -9,7 +9,7 @@
;;; Copyright © 2019, 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;;; Copyright © 2019, 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org> ;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
;;; Copyright © 2020 Pierre Langlois <pierre.langlois@gmx.com> ;;; Copyright © 2020 Pierre Langlois <pierre.langlois@gmx.com>
;;; Copyright © 2020, 2021, 2022, 2023 Vinicius Monego <monego@posteo.net> ;;; Copyright © 2020, 2021, 2022, 2023, 2024 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2021 Greg Hogan <code@greghogan.com> ;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
;;; Copyright © 2021 Roel Janssen <roel@gnu.org> ;;; Copyright © 2021 Roel Janssen <roel@gnu.org>
;;; Copyright © 2021 Paul Garlick <pgarlick@tourbillion-technology.com> ;;; Copyright © 2021 Paul Garlick <pgarlick@tourbillion-technology.com>
@ -1038,7 +1038,7 @@ (define-public python-xarray
(define-public python-xarray-einstats (define-public python-xarray-einstats
(package (package
(name "python-xarray-einstats") (name "python-xarray-einstats")
(version "0.5.1") (version "0.7.0")
(source (origin (source (origin
(method git-fetch) ; no tests in PyPI (method git-fetch) ; no tests in PyPI
(uri (git-reference (uri (git-reference
@ -1047,7 +1047,7 @@ (define-public python-xarray-einstats
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1gg7p2lq7zxic64nbr6a8ynizs8rjzb29fnqib7hw3lmp13wsfm0")))) "14c424swpdginaz4pm3nmkizxy34x19q6xq3d4spx9s9031f6n3a"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(native-inputs (list python-einops python-flit-core python-numba (native-inputs (list python-einops python-flit-core python-numba
python-pytest)) python-pytest))