guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#77975] [PATCH 02/32] gnu: iraf-community: Update to 2.18.1.


From: Sharlatan Hellseher
Subject: [bug#77975] [PATCH 02/32] gnu: iraf-community: Update to 2.18.1.
Date: Mon, 21 Apr 2025 23:03:01 +0100

* gnu/packages/astronomy.scm (iraf-community): Update to 2.18.1.

Change-Id: I0d69f363449ab2034a0e093947399aa07b59ecca
---
 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 de7756ab04..b8f0226363 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1098,7 +1098,7 @@ (define-public indi
 (define-public iraf-community
   (package
     (name "iraf-community")
-    (version "2.18")
+    (version "2.18.1")
     (source
      (origin
        (method git-fetch)
@@ -1107,7 +1107,7 @@ (define-public iraf-community
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0cxf8s8gldx0zc9075x8ii0aadjagifw9gpdvnpqss0q21zwrpg2"))))
+        (base32 "1bp88lgciibkm83jbmv8nazz8mzcrl1vlmll853fib6pwiikd015"))))
     (build-system gnu-build-system)
     (arguments
      (list
-- 
2.49.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]