guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: indi: Update to 1.9.0.


From: guix-commits
Subject: 06/09: gnu: indi: Update to 1.9.0.
Date: Tue, 4 May 2021 09:41:25 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ead465a31243be62de864d32a65d2b8fee54b9e1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue May 4 13:30:35 2021 +0200

    gnu: indi: Update to 1.9.0.
    
    * gnu/packages/astronomy.scm (indi): Update to 1.9.0.
---
 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 85164e7..c55c4d8 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -795,7 +795,7 @@ provide you with detailed information about each pass.")
 (define-public indi
   (package
     (name "indi")
-    (version "1.8.9")
+    (version "1.9.0")
     (source
      (origin
        (method git-fetch)
@@ -804,7 +804,7 @@ provide you with detailed information about each pass.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0nw4b2cdsg244slcm3yf1v11jlxbbjrpvi6ax90svs7rlandz8jv"))))
+        (base32 "0hxklmf432czfmzsyy3rgahs9nr48k4f8v7jxyv2j6py3k743mb1"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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