guix-patches
[Top][All Lists]
Advanced

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

[bug#71702] [PATCH 01/30] gnu: indi-2.0: Update to 2.0.8.


From: Sharlatan Hellseher
Subject: [bug#71702] [PATCH 01/30] gnu: indi-2.0: Update to 2.0.8.
Date: Fri, 21 Jun 2024 19:38:23 +0100

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

Change-Id: I61b0bfdb25d7b824227e14aa123cbf29d0923bf7
---
 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 954776f545..3c71e73be4 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3916,7 +3916,7 @@ (define-public imppg
 (define-public indi-2.0
   (package
     (name "indi")
-    (version "2.0.7")
+    (version "2.0.8")
     (source
      (origin
        (method git-fetch)
@@ -3925,7 +3925,7 @@ (define-public indi-2.0
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0w3494by88g0sz92adgvy75g7f1609ilsblink9z37n02v83dfxi"))))
+        (base32 "1rsy6ihwl3fnv502pmycx0xry9qn1qfz13kwdifcf2075wqd1lx9"))))
     (build-system cmake-build-system)
     (arguments
      ;; TODO: fix failing tests on aarch64-system.
-- 
2.41.0






reply via email to

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