mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +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
|
||||
;; tag as it's not following the PyPI version, see
|
||||
;; <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
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "astropy_iers_data" version))
|
||||
(sha256
|
||||
(base32 "18wpqjyjqpxhp1x9rh1dxqmmif2amsbwwbw0zwfjh0dyrbb28c3h"))))
|
||||
(base32 "1xw4s6vyl29miccbs3ylyichj1rcmzmya3lmh27f173n7k2zb5g0"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue