mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: calcmysky: Update to 0.3.1.
* gnu/packages/astronomy.scm (calcmysky) Update to 0.3.1. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
dc2be2652f
commit
c006e9a872
1 changed files with 2 additions and 2 deletions
|
@ -217,7 +217,7 @@ (define-public calceph
|
|||
(define-public calcmysky
|
||||
(package
|
||||
(name "calcmysky")
|
||||
(version "0.3.0")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -226,7 +226,7 @@ (define-public calcmysky
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1lgn937px4am0lggniwby1f1dl3v4l3iigq72rl9rlhx58zv4lj1"))))
|
||||
(base32 "14jbaf9m9wig2bs7a531dvpmdkqpd09lmyvjvj1s0mhgh9g0x9m2"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
Loading…
Reference in a new issue