diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-14 20:25:29 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-28 22:44:01 +0000 |
commit | b5d9088af29227cba9f750268ea7742b9dfcb760 (patch) | |
tree | 91457fbc5899b7530a9753f2bc058abc1d207d14 | |
parent | f59a0dd715cad38f5ce7c600acc5f0607d11418c (diff) |
gnu: python-astropy-iers-data: Update to 0.2025.2.17.0.34.13.
* gnu/packages/astronomy.scm (python-astropy-iers-data): Update to 0.2025.2.17.0.34.13.
[synopsis]: Fix lint warning, shorten it.
Change-Id: I689e20b12f59392c85b609d128aa0e9e2c149c4d
-rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index db3500c291..cc7da2e021 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3840,13 +3840,13 @@ astronomy and astrophysics.") (define-public python-astropy-iers-data (package (name "python-astropy-iers-data") - (version "0.2025.1.20.0.32.27") + (version "0.2025.2.17.0.34.13") (source (origin (method url-fetch) (uri (pypi-uri "astropy_iers_data" version)) (sha256 - (base32 "1r4vdg90kk4d84vd0gjhnqlwazccsa1w53lj0d1dlkfnbhlkdfmi")))) + (base32 "0q390s0by2szq82lligwgpbmvmdwi0jyxp0sh51kzrijg928bdil")))) (build-system pyproject-build-system) (arguments (list #:tests? #f)) ; no tests @@ -3855,7 +3855,7 @@ astronomy and astrophysics.") python-setuptools-scm python-wheel)) (home-page "https://docs.astropy.org/en/latest/utils/iers.html") - (synopsis "IERS Earth Rotation and Leap Second tables for the astropy core package") + (synopsis "IERS Earth Rotation and Leap Second tables for Astropy core") (description "The @code{iers} package provides access to the tables provided by the @acronym{International Earth Rotation and Reference Systems, IERS} service, in |