guix-commits
[Top][All Lists]
Advanced

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

03/46: gnu: indi-2.0: Update to 2.0.6.


From: guix-commits
Subject: 03/46: gnu: indi-2.0: Update to 2.0.6.
Date: Tue, 27 Feb 2024 17:55:13 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 55e9878cf53dbd89f07c50b908ec3ff53abec1ef
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Feb 1 21:50:49 2024 +0000

    gnu: indi-2.0: Update to 2.0.6.
    
    * gnu/packages/astronomy.scm (indi-2.0): Update to 2.0.6.
    
    Change-Id: Id8e9243639beadc3a9bd854af92797643b5d62d8
---
 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 3ae1f3e5ce..8fce98c764 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3467,7 +3467,7 @@ floating-point (no compression, LZW- or ZIP-compressed), 
FITS 8-bit, 16-bit,
 (define-public indi-2.0
   (package
     (name "indi")
-    (version "2.0.5")
+    (version "2.0.6")
     (source
      (origin
        (method git-fetch)
@@ -3476,7 +3476,7 @@ floating-point (no compression, LZW- or ZIP-compressed), 
FITS 8-bit, 16-bit,
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1lmp5p1rsckb8j44g34wxpyjzzy2ff78llxyc84pv5xs9pay6p4z"))))
+        (base32 "0j1yr8wz6q6xi4dskv3yyhm0valsyfhcw1n8xpfgzbzbdzc8biyw"))))
     (build-system cmake-build-system)
     (arguments
      ;; TODO: fix failing tests on aarch64-system.



reply via email to

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