guix-commits
[Top][All Lists]
Advanced

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

08/34: gnu: indi-2.0: Update to 2.1.1.


From: guix-commits
Subject: 08/34: gnu: indi-2.0: Update to 2.1.1.
Date: Mon, 30 Dec 2024 10:24:16 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit c44905f53db65863da5f4e45d841a3fe778ace1d
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Dec 10 15:09:19 2024 +0000

    gnu: indi-2.0: Update to 2.1.1.
    
    * gnu/packages/astronomy.scm (indi-2.0): Update to 2.1.1.
    
    Change-Id: I6996fb8ed1a0fe80dddb4cb92ac39ff253e934d5
---
 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 e485fb0877..f3a88f40da 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -946,7 +946,7 @@ floating-point (no compression, LZW- or ZIP-compressed), 
FITS 8-bit, 16-bit,
 (define-public indi-2.0
   (package
     (name "indi")
-    (version "2.1.0")
+    (version "2.1.1")
     (source
      (origin
        (method git-fetch)
@@ -955,7 +955,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 "18i70m0qw59bsb46ffqb1kkigfb2m8ahbh825rxc2h86aqnrc6l6"))))
+        (base32 "1mkcql7hsc6qirpmwmfsz9j0bl9msi11d8p87hc840w1ximmglab"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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