guix-patches
[Top][All Lists]
Advanced

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

[bug#73915] [PATCH 02/42] gnu: indi-2.0: Update to 2.1.0.


From: Sharlatan Hellseher
Subject: [bug#73915] [PATCH 02/42] gnu: indi-2.0: Update to 2.1.0.
Date: Sun, 20 Oct 2024 20:52:04 +0100

* gnu/packages/astronomy.scm (indi-2.0): Update to 2.1.0.

Change-Id: I7391d6ca6fb644baa4ad3c233e37e0713a88a31d
---
 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 e36ba53036..0e9f297a36 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -936,7 +936,7 @@ (define-public imppg
 (define-public indi-2.0
   (package
     (name "indi")
-    (version "2.0.9")
+    (version "2.1.0")
     (source
      (origin
        (method git-fetch)
@@ -945,7 +945,7 @@ (define-public indi-2.0
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08wmw7mrxx1zc89yka3c52djmpvlb8zimq8yzs95gh3p7r5jfpq9"))))
+        (base32 "18i70m0qw59bsb46ffqb1kkigfb2m8ahbh825rxc2h86aqnrc6l6"))))
     (build-system cmake-build-system)
     (arguments
      (list
-- 
2.46.0






reply via email to

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