mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: stellarium: Update to 23.2.
* gnu/packages/astronomy.scm (stellarium): Update to 23.2.
This commit is contained in:
parent
9bba3eb336
commit
705cf2de5c
1 changed files with 2 additions and 2 deletions
|
@ -1058,7 +1058,7 @@ (define-public stackistry
|
||||||
(define-public stellarium
|
(define-public stellarium
|
||||||
(package
|
(package
|
||||||
(name "stellarium")
|
(name "stellarium")
|
||||||
(version "23.1")
|
(version "23.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1067,7 +1067,7 @@ (define-public stellarium
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "03gq7n15dsvb32pfq7j3a0vc5wf1y9xdxaq09q1gp534jkgd4g7f"))))
|
(base32 "0fkiibc6m8kfmyf5my7ynfrpdlrcri14cl26swpgv3bhzxpmx27h"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
;; TODO: Complete documentation build and split into dedicated outputs.
|
;; TODO: Complete documentation build and split into dedicated outputs.
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue