GNU bug report logs -
#76480
[PATCH 00/51] Astro update 2025/02
Previous Next
Full log
Message #35 received at 76480 <at> debbugs.gnu.org (full text, mbox):
* 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
---
gnu/packages/astronomy.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index db3500c2910..cc7da2e021a 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3840,13 +3840,13 @@ (define-public python-astropy-healpix
(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 @@ (define-public python-astropy-iers-data
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
--
2.47.1
This bug report was last modified 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.