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 /gnu | |
| parent | 3067eb8d605e1085e03fc25a8f6d852d264d3d86 (diff) | |
gnu: stellarium: Update to 24.1.
* gnu/packages/astronomy.scm (stellarium): Update to 24.1.
Change-Id: I53dea0e03a3b7c4d78b4946a2bbc9a13f9fbec6f
Diffstat (limited to 'gnu')
| -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 a3690c758f1..973599154b6 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -1345,7 +1345,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") | |||
| 1345 | (define-public stellarium | 1345 | (define-public stellarium |
| 1346 | (package | 1346 | (package |
| 1347 | (name "stellarium") | 1347 | (name "stellarium") |
| 1348 | (version "23.4") | 1348 | (version "24.1") |
| 1349 | (source | 1349 | (source |
| 1350 | (origin | 1350 | (origin |
| 1351 | (method git-fetch) | 1351 | (method git-fetch) |
| @@ -1354,7 +1354,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") | |||
| 1354 | (commit (string-append "v" version)))) | 1354 | (commit (string-append "v" version)))) |
| 1355 | (file-name (git-file-name name version)) | 1355 | (file-name (git-file-name name version)) |
| 1356 | (sha256 | 1356 | (sha256 |
| 1357 | (base32 "11l3lql3cxj7s7q7n74qd4rhbjy374b4c0lpm0dr8s85mfrq6fmc")))) | 1357 | (base32 "15r8vg1xb4q8vwy10dfs4543bg6r3463sgrpkqk6fpxx46d8axxp")))) |
| 1358 | (build-system cmake-build-system) | 1358 | (build-system cmake-build-system) |
| 1359 | ;; TODO: Complete documentation build and split into dedicated outputs. | 1359 | ;; TODO: Complete documentation build and split into dedicated outputs. |
| 1360 | (arguments | 1360 | (arguments |
