diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-01 22:35:27 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-30 10:30:45 +0100 |
commit | dc7cca9fef2efa6caa40677ea654f0f2c728a792 (patch) | |
tree | df479a8207e51b52842c4760f88c27f36c04c0bd /gnu/packages/astronomy.scm | |
parent | a0e804c2db44ec186becdf6c0c8ccdf2aa5b8323 (diff) | |
download | guix-dc7cca9fef2efa6caa40677ea654f0f2c728a792.tar guix-dc7cca9fef2efa6caa40677ea654f0f2c728a792.tar.gz |
gnu: python-astropy-iers-data: Update to 0.2024.7.15.0.31.42.
* gnu/packages/astronomy.scm (python-astropy-iers-data): Update to 0.2024.7.15.0.31.42.
Change-Id: I14116d99a5852b389e1b7695c479a6a98c86f8fd
Diffstat (limited to 'gnu/packages/astronomy.scm')
-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 31da463f26..c642e4dbcd 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.6.17.0.31.35") + (version "0.2024.7.15.0.31.42") (source (origin (method url-fetch) (uri (pypi-uri "astropy_iers_data" version)) (sha256 - (base32 "1sqp7g3akbv0d10jil5rkssldc5j57xqnl7wyg2dy5ayk2hdrq56")))) + (base32 "18wpqjyjqpxhp1x9rh1dxqmmif2amsbwwbw0zwfjh0dyrbb28c3h")))) (build-system pyproject-build-system) (arguments (list |