mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
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:
parent
2836325c2b
commit
a4c9766108
1 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue