guix-commits
[Top][All Lists]
Advanced

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

03/47: gnu: indi-2.0: Update to 2.0.7.


From: guix-commits
Subject: 03/47: gnu: indi-2.0: Update to 2.0.7.
Date: Tue, 30 Apr 2024 16:42:38 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit 24f88638682d0fbf4d7482b7515213e1d23d7c6c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Apr 2 14:33:12 2024 +0100

    gnu: indi-2.0: Update to 2.0.7.
    
    * gnu/packages/astronomy.scm (indi-2.0): Update to 2.0.7.
    
    Change-Id: Ia134449cc18a0c70dcba962b0ea51e2341d34e98
---
 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 973599154b..2e471423dd 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3804,7 +3804,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.6")
+    (version "2.0.7")
     (source
      (origin
        (method git-fetch)
@@ -3813,7 +3813,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 "0j1yr8wz6q6xi4dskv3yyhm0valsyfhcw1n8xpfgzbzbdzc8biyw"))))
+        (base32 "0w3494by88g0sz92adgvy75g7f1609ilsblink9z37n02v83dfxi"))))
     (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]