guix-commits
[Top][All Lists]
Advanced

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

17/20: gnu: indi: Update to 1.9.3.


From: guix-commits
Subject: 17/20: gnu: indi: Update to 1.9.3.
Date: Mon, 29 Nov 2021 19:09:17 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a392ad8302e8d28d30e826f49d5fb1d875eafd36
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 29 23:31:02 2021 +0100

    gnu: indi: Update to 1.9.3.
    
    * gnu/packages/astronomy.scm (indi): Update to 1.9.3.
---
 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 f50276e..8b2dd57 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -990,7 +990,7 @@ It can be used to calculate the trajectory of satellites.")
 (define-public indi
   (package
     (name "indi")
-    (version "1.9.2")
+    (version "1.9.3")
     (source
      (origin
        (method git-fetch)
@@ -999,7 +999,7 @@ It can be used to calculate the trajectory of satellites.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00dlvp682xg2sdxm7ix55zp6311mgnd543q45drrc7kjlgaqvip4"))))
+        (base32 "0c7md288d3g2vf0m1ai6x2l4j4rmlasc4rya92phvd4ynf8vcki2"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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