diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-09 14:07:23 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-29 15:08:08 +0000 |
commit | 6534e69173df02424a98820589e1f8910a749b9a (patch) | |
tree | 0754c9ca3582fbdc39365ef644b370f18a88745a /gnu | |
parent | f5e1cccd2b52a208f167f08fd5d7261365a12c25 (diff) | |
download | guix-6534e69173df02424a98820589e1f8910a749b9a.tar.gz |
gnu: python-astropy-iers-data: Update to 0.2024.3.18.0.29.47.
* gnu/packages/astronomy.scm (python-astropy-iers-data): Update to 0.2024.3.18.0.29.47. Change-Id: Ibc243250266bc1a2c3733a05f554389d2f1dac2c
Diffstat (limited to 'gnu')
-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 4807f3d190..18ff84752b 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1698,13 +1698,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.2.19.0.28.47") + (version "0.2024.3.18.0.29.47") (source (origin (method url-fetch) (uri (pypi-uri "astropy-iers-data" version)) (sha256 - (base32 "0j42hkl8z42x5n3aacld9cvacjzg79lqsivm3xn6bv1gjgy69br9")))) + (base32 "1mf03iqw09rp6d8hbby33f4jwfjan9gkb1z7xqsjr2jpj7zwpn3y")))) (build-system pyproject-build-system) (arguments (list |