[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/17: gnu: stellarium: Update to 0.20.2.
From: |
guix-commits |
Subject: |
08/17: gnu: stellarium: Update to 0.20.2. |
Date: |
Mon, 29 Jun 2020 10:46:35 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 09fbfe147efa0a77cd1c99f1052225958416c8b0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 29 12:18:00 2020 +0200
gnu: stellarium: Update to 0.20.2.
* gnu/packages/astronomy.scm (stellarium): Update to 0.20.2.
---
gnu/packages/astronomy.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 5b45909..72368f1 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -159,7 +159,7 @@ programs for the manipulation and analysis of astronomical
data.")
(define-public stellarium
(package
(name "stellarium")
- (version "0.20.1")
+ (version "0.20.2")
(source
(origin
(method url-fetch)
@@ -167,7 +167,7 @@ programs for the manipulation and analysis of astronomical
data.")
"/releases/download/v" version
"/stellarium-" version ".tar.gz"))
(sha256
- (base32 "034jkrdaaamvbrkfwi3qcl6h8hwfnw2nvf7a82faj55rskcpnkhm"))))
+ (base32 "16symz212vjvhfabh39a68qf7d0rm574c6djlibj2qd1q9jgj3j0"))))
(build-system cmake-build-system)
(inputs
`(("qtbase" ,qtbase)
@@ -178,7 +178,7 @@ programs for the manipulation and analysis of astronomical
data.")
("zlib" ,zlib)))
(native-inputs
`(("gettext" ,gettext-minimal) ; xgettext is used at compile time
- ("perl" ,perl) ; For pod2man
+ ("perl" ,perl) ; for pod2man
("qtbase" ,qtbase) ; Qt MOC is needed at compile time
("qttools" ,qttools)))
(arguments
@@ -191,7 +191,7 @@ programs for the manipulation and analysis of astronomical
data.")
#:phases (modify-phases %standard-phases
(add-before 'check 'set-offscreen-display
(lambda _
- ;; make Qt render "offscreen", required for tests
+ ;; Make Qt render "offscreen", required for tests.
(setenv "QT_QPA_PLATFORM" "offscreen")
(setenv "HOME" "/tmp")
#t)))))
- branch master updated (4726020 -> c47485b), guix-commits, 2020/06/29
- 01/17: gnu: Add python-click@5., guix-commits, 2020/06/29
- 05/17: gnu: xxhash: Detect vector instructions at run time., guix-commits, 2020/06/29
- 02/17: gnu: vdirsyncer: Update to 0.16.8., guix-commits, 2020/06/29
- 04/17: gnu: xxhash: Update to 0.7.4., guix-commits, 2020/06/29
- 06/17: gnu: s-tui: Update to 1.0.1., guix-commits, 2020/06/29
- 08/17: gnu: stellarium: Update to 0.20.2.,
guix-commits <=
- 10/17: gnu: sparse: Update to 0.6.2., guix-commits, 2020/06/29
- 11/17: gnu: python-coverage: Update home page., guix-commits, 2020/06/29
- 12/17: gnu: rust-x11-dl: Update to 2.18.5., guix-commits, 2020/06/29
- 03/17: gnu: xxhash: Cross-compile., guix-commits, 2020/06/29
- 14/17: gnu: perl-dbix-class: Update to 0.082842., guix-commits, 2020/06/29
- 07/17: gnu: ansible: Update to 2.9.10., guix-commits, 2020/06/29
- 09/17: gnu: ccache: Update to 3.7.10., guix-commits, 2020/06/29
- 15/17: gnu: mariadb-connector-c: Update to 3.1.9., guix-commits, 2020/06/29
- 16/17: gnu: marisa: Update to 0.2.6., guix-commits, 2020/06/29
- 17/17: gnu: marisa: Mark up description., guix-commits, 2020/06/29