diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-02 14:06:11 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-30 21:36:08 +0100 |
commit | 1df990ffec6e2f2c049d658f7d5bab0602400018 (patch) | |
tree | 08043c3ae6163ce5d137fb1a4543c8610d987935 | |
parent | 3067eb8d605e1085e03fc25a8f6d852d264d3d86 (diff) | |
download | guix-1df990ffec6e2f2c049d658f7d5bab0602400018.tar.gz guix-1df990ffec6e2f2c049d658f7d5bab0602400018.zip |
gnu: stellarium: Update to 24.1.
* gnu/packages/astronomy.scm (stellarium): Update to 24.1.
Change-Id: I53dea0e03a3b7c4d78b4946a2bbc9a13f9fbec6f
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index a3690c758f..973599154b 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1345,7 +1345,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") (define-public stellarium (package (name "stellarium") - (version "23.4") + (version "24.1") (source (origin (method git-fetch) @@ -1354,7 +1354,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "11l3lql3cxj7s7q7n74qd4rhbjy374b4c0lpm0dr8s85mfrq6fmc")))) + (base32 "15r8vg1xb4q8vwy10dfs4543bg6r3463sgrpkqk6fpxx46d8axxp")))) (build-system cmake-build-system) ;; TODO: Complete documentation build and split into dedicated outputs. (arguments |