guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 7d670f23b0d57278c7fd03ac2cf6c7ac14dd8d44
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Wed Jun 17 17:57:55 2026 +0200

    gnu: python-astropy-iers-data: Update to 0.2026.6.15.15.33.16.
    
    * gnu/packages/astronomy.scm (python-astropy-iers-data): Update to
    0.2026.6.15.15.33.16.
    
    Relates-to: guix/guix!9359, guix/guix#9207
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 9136cf4594..083ebd49c1 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3333,7 +3333,7 @@ astronomy and astrophysics.")
 (define-public python-astropy-iers-data
   (package
     (name "python-astropy-iers-data")
-    (version "0.2026.5.11.1.8.52")
+    (version "0.2026.6.15.15.33.16")
     (source
      (origin
        (method git-fetch)
@@ -3342,7 +3342,7 @@ astronomy and astrophysics.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "04wnb7fgfx3izp2qq772zvh00r4p27qi06k4azlip499h5m06fmb"))))
+        (base32 "1kj313frd2mnhsfbyvqd2df7zbfrm1hlc1zdpnhkl2kj2y3iaaww"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:tests? #f)) ; no tests

Reply via email to