guix_mirror_bot pushed a commit to branch master
in repository guix.
commit aa641a7175bc6eba1e1c6472884245d2f2557967
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 10 16:37:45 2026 +0100
gnu: python-astropy-iers-data-next: Update to 0.2026.7.6.1.1.20.
* gnu/packages/astronomy.scm (python-astropy-iers-data-next): Update to
0.2026.7.6.1.1.20.
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index f8202ee20d..cc880d1a89 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3589,7 +3589,7 @@ celestial-to-terrestrial coordinate transformations.")
(package
(inherit python-astropy-iers-data)
(name "python-astropy-iers-data")
- (version "0.2026.6.15.15.33.16")
+ (version "0.2026.7.6.1.1.20")
(source
(origin
(method git-fetch)
@@ -3598,7 +3598,7 @@ celestial-to-terrestrial coordinate transformations.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1kj313frd2mnhsfbyvqd2df7zbfrm1hlc1zdpnhkl2kj2y3iaaww"))))))
+ (base32 "0apwrw8r5bvhmih11ffa8ja6adi66fvjfi9k0w8ilhv2f88b970g"))))))
;; A bare minimal package, mainly to use in tests and reduce closure
;; size. Tests are left out in the main package to slim down native-inputs.