guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9ad3c1a47114fc3438a40fcc5bc593c0a112ba9b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Aug 15 22:05:42 2026 +0100

    gnu: python-galsim: Update to 2.8.5.
    
    * gnu/packages/astronomy.scm (python-galsim): Update to 2.8.5.
    
    Relates-to: guix/guix!10702
---
 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 5a48b1a96e..e114109d1c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5996,7 +5996,7 @@ full support for Astropy’s Quantity framework for 
variables with units.")
 (define-public python-galsim
   (package
     (name "python-galsim")
-    (version "2.8.4")
+    (version "2.8.5")
     (source
      (origin
        (method git-fetch)
@@ -6005,11 +6005,11 @@ full support for Astropy’s Quantity framework for 
variables with units.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1h6sx95vgn5f3mmrpxj3nyvhn8lbxyaahbrvxnkilhagj1f9bbra"))))
+        (base32 "0g21lnhjmqyszxk0lka9m99gd0ipsddx6fzv13ylda2iahi3dz4s"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; tests: 234 passed
+      ;; tests: 234 passed, 7 warnings
       #:test-flags
       #~(list "--numprocesses" (number->string (min 8 (parallel-job-count)))
               "--ignore=devel/"

Reply via email to