guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: indi: Update to 1.9.2.


From: guix-commits
Subject: branch master updated: gnu: indi: Update to 1.9.2.
Date: Sun, 17 Oct 2021 17:40:15 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 473ea16  gnu: indi: Update to 1.9.2.
473ea16 is described below

commit 473ea161a15a13e7d5e7e0724693c1931ff8daaa
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 17 23:37:25 2021 +0200

    gnu: indi: Update to 1.9.2.
    
    * gnu/packages/astronomy.scm (indi): Update to 1.9.2.
---
 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 8d3953ede..1fb6f5a 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -893,7 +893,7 @@ It can be used to calculate the trajectory of satellites.")
 (define-public indi
   (package
     (name "indi")
-    (version "1.9.1")
+    (version "1.9.2")
     (source
      (origin
        (method git-fetch)
@@ -902,7 +902,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 "0zhsm60hgnmy9lvwckijf6f6yikbvdbxy2qlgclv09p14lgr6wd9"))))
+        (base32 "00dlvp682xg2sdxm7ix55zp6311mgnd543q45drrc7kjlgaqvip4"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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