mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-astropy-iers-data: Update to 0.2024.9.16.0.32.21.
* gnu/packages/astronomy.scm (python-astropy-iers-data): Update to 0.2024.9.16.0.32.21. Change-Id: If1e1d6debacb440eb71fdea51684352a5b8b5d9e
This commit is contained in:
parent
5d6a77d14b
commit
be3fdbe091
1 changed files with 2 additions and 2 deletions
|
@ -2320,13 +2320,13 @@ (define-public python-astropy-iers-data
|
|||
;; 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.8.12.0.32.58")
|
||||
(version "0.2024.9.16.0.32.21")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "astropy_iers_data" version))
|
||||
(sha256
|
||||
(base32 "1xw4s6vyl29miccbs3ylyichj1rcmzmya3lmh27f173n7k2zb5g0"))))
|
||||
(base32 "0i63yxw4xfgv1dwaq89xd34xlsnx0n5njcm4adln2gk2ia3gxxig"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue