diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-20 11:22:58 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-31 21:50:44 +0100 |
| commit | b2282544005144723bb853f34d74d0e07b40ea9d (patch) | |
| tree | 7e9bd1df314920920c6a57183533230d503efd1a | |
| parent | cf5286df357e34f0da24911c09aa821357175ddf (diff) | |
gnu: python-astropy-iers-data: Update to 0.2026.3.16.0.53.33.
* gnu/packages/astronomy.scm (python-astropy-iers-data): Update to 0.2026.3.16.0.53.33.
[source]: Switch to git-fetch.
Change-Id: Icd5686a62dd43e477c4508b9283c8bf5d76d7ffc
| -rw-r--r-- | gnu/packages/astronomy.scm | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 4d1915223e4..9d915dde1a7 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3194,13 +3194,16 @@ astronomy and astrophysics.") (define-public python-astropy-iers-data (package (name "python-astropy-iers-data") - (version "0.2026.2.16.0.48.25") + (version "0.2026.3.16.0.53.33") (source (origin - (method url-fetch) - (uri (pypi-uri "astropy_iers_data" version)) + (method git-fetch) + (uri (git-reference + (url "https://github.com/astropy/astropy-iers-data") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 - (base32 "0rr069wsri38kr8748c2sxjlijzkhn9p4p8nbshkc5g78hl5255y")))) + (base32 "1ss0df0h0g264sb86qp27w19n7qdnbsy5zsi6kckpr9px0kn5v3m")))) (build-system pyproject-build-system) (arguments (list #:tests? #f)) ; no tests |
