guix-commits
[Top][All Lists]
Advanced

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

02/19: gnu: indi-2.0: Update to 2.0.5.


From: guix-commits
Subject: 02/19: gnu: indi-2.0: Update to 2.0.5.
Date: Wed, 24 Jan 2024 17:28:02 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit b4f638879d4de69a704ec543b012c247041e8522
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jan 13 17:12:39 2024 +0000

    gnu: indi-2.0: Update to 2.0.5.
    
    * gnu/packages/astronomy.scm (indi-2.0): Update to 2.0.5.
    
    Change-Id: I9cea7e7d11af5a142066f11a2185eb826570afb5
---
 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 88c68db56c..ab7663d7f5 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3307,7 +3307,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.4")
+    (version "2.0.5")
     (source
      (origin
        (method git-fetch)
@@ -3316,7 +3316,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 "1pp72bqxrvdij47fqfrnyxwqw1w8prxvs1igjsazcw8ncbrdbbjc"))))
+        (base32 "1lmp5p1rsckb8j44g34wxpyjzzy2ff78llxyc84pv5xs9pay6p4z"))))
     (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]