guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1c6f58337219f611eeacf8f730150569dc8074eb
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jul 22 10:23:13 2025 +0100

    gnu: python-crds: Update to 12.1.11.
    
    * gnu/packages/astronomy.scm (python-crds): Update to 12.1.11.
    
    Change-Id: I64053bf7be98eaf4da40db3d96c6378d88ec1322
---
 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 47e5742988..79afed8f9f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3251,13 +3251,13 @@ Spectrograph}.")
 (define-public python-crds
   (package
     (name "python-crds")
-    (version "12.1.10")
+    (version "12.1.11")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "crds" version))
        (sha256
-        (base32 "07nahxxnw89l8lk8grampdni46a3l52098qdf5vkcfqs1kkq80wz"))))
+        (base32 "1h4n5wyv23pa1fld2nfqph6app8zxb8zkzv5p1w6dm11n7zbnxih"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to