guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit 8ed8586d00fb834fa366c93e0721a3233c31b28f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 20 21:36:58 2026 +0100

    gnu: iraf-community: Update to 2.18.2.
    
    * gnu/packages/astronomy.scm (iraf-community): Update to 2.18.2.
---
 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 f3cee3af956..f5f825ba367 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1626,7 +1626,7 @@ more.")
 (define-public iraf-community
   (package
     (name "iraf-community")
-    (version "2.18.1")
+    (version "2.18.2")
     (source
      (origin
        (method git-fetch)
@@ -1635,7 +1635,7 @@ more.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1bp88lgciibkm83jbmv8nazz8mzcrl1vlmll853fib6pwiikd015"))))
+        (base32 "0gxddvq6bss8xf883n5x8cfgh4mh4is60crp323xwa923by9bxlk"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to