[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/11: gnu: indi: Update to 1.9.1.
From: |
guix-commits |
Subject: |
02/11: gnu: indi: Update to 1.9.1. |
Date: |
Mon, 28 Jun 2021 12:05:35 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 25fd40f5408b81aaf231260fb956776d3853f0e7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 28 16:08:44 2021 +0200
gnu: indi: Update to 1.9.1.
* gnu/packages/astronomy.scm (indi): Update to 1.9.1.
---
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 023aa98..7b0f3ae 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -828,7 +828,7 @@ It can be used to calculate the trajectory of satellites.")
(define-public indi
(package
(name "indi")
- (version "1.9.0")
+ (version "1.9.1")
(source
(origin
(method git-fetch)
@@ -837,7 +837,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 "0hxklmf432czfmzsyy3rgahs9nr48k4f8v7jxyv2j6py3k743mb1"))))
+ (base32 "0zhsm60hgnmy9lvwckijf6f6yikbvdbxy2qlgclv09p14lgr6wd9"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
- branch master updated (77c9c5c -> 370ab47), guix-commits, 2021/06/28
- 02/11: gnu: indi: Update to 1.9.1.,
guix-commits <=
- 07/11: gnu: upower: Build from Git sources., guix-commits, 2021/06/28
- 08/11: gnu: libgudev: Update to 236., guix-commits, 2021/06/28
- 09/11: gnu: upower: Update to 0.99.12., guix-commits, 2021/06/28
- 10/11: gnu: totem-pl-parser: Update to 3.26.6., guix-commits, 2021/06/28
- 01/11: gnu: acpica: Update to 20210604., guix-commits, 2021/06/28
- 06/11: gnu: gnome-autoar: Update to 0.3.3., guix-commits, 2021/06/28
- 04/11: gnu: Add xkbprint., guix-commits, 2021/06/28
- 03/11: gnu: stellarium: Update to 0.21.1., guix-commits, 2021/06/28
- 05/11: gnu: drawing: Update to 0.8.1., guix-commits, 2021/06/28
- 11/11: gnu: srain: Update to 1.2.3., guix-commits, 2021/06/28