mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: python-astropy-iers-data: Update to 0.2024.8.12.0.32.58.
* gnu/packages/astronomy.scm (python-astropy-iers-data): Update to 0.2024.8.12.0.32.58. Change-Id: I6eaafc0de734180c96ae35bb1c90344a54d9afa3
This commit is contained in:
parent
f14c3a77f4
commit
257c45e793
1 changed files with 2 additions and 2 deletions
|
@ -1961,13 +1961,13 @@ (define-public python-astropy-iers-data
|
||||||
;; In case of changing the source method git-fetch, consider to check the
|
;; In case of changing the source method git-fetch, consider to check the
|
||||||
;; tag as it's not following the PyPI version, see
|
;; tag as it's not following the PyPI version, see
|
||||||
;; <https://github.com/astropy/astropy-iers-data/issues/17>.
|
;; <https://github.com/astropy/astropy-iers-data/issues/17>.
|
||||||
(version "0.2024.7.15.0.31.42")
|
(version "0.2024.8.12.0.32.58")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "astropy_iers_data" version))
|
(uri (pypi-uri "astropy_iers_data" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "18wpqjyjqpxhp1x9rh1dxqmmif2amsbwwbw0zwfjh0dyrbb28c3h"))))
|
(base32 "1xw4s6vyl29miccbs3ylyichj1rcmzmya3lmh27f173n7k2zb5g0"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue