diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-11 22:18:36 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-30 10:11:17 +0100 |
commit | b15181425eef47b31128a4922a7e2658b187ea89 (patch) | |
tree | 4a6aa7da14ff317c9b5c5eab21e2db19a011cfc6 | |
parent | a9026661cc00a3ce16d876816d9b8e8d222596d3 (diff) | |
download | guix-b15181425eef47b31128a4922a7e2658b187ea89.tar.gz guix-b15181425eef47b31128a4922a7e2658b187ea89.zip |
gnu: python-astropy-iers-data: Update to 0.2024.6.17.0.31.35.
* gnu/packages/astronomy.scm (python-astropy-iers-data): Update to 0.2024.6.17.0.31.35.
Change-Id: Ia014de9ebd7615982fcd1ab5611022d65f492422
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index b419a2039d..59c712fb94 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1782,13 +1782,13 @@ astronomy and astrophysics.") ;; In case of changing the source method git-fetch, consider to check the ;; tag as it's not following the PyPI version, see ;; <https://github.com/astropy/astropy-iers-data/issues/17>. - (version "0.2024.5.13.0.30.12") + (version "0.2024.6.17.0.31.35") (source (origin (method url-fetch) (uri (pypi-uri "astropy_iers_data" version)) (sha256 - (base32 "1vs3aqg0mb54bkci646h5pqbnfb50798ajim6xjg7nacpjhr8j3p")))) + (base32 "1sqp7g3akbv0d10jil5rkssldc5j57xqnl7wyg2dy5ayk2hdrq56")))) (build-system pyproject-build-system) (arguments (list |