gnu: calcmysky: Update to 0.3.0.
* gnu/packages/astronomy.scm (calcmysky): Update to 0.3.0. Signed-off-by: Leo Famulari <leo@famulari.name>master
parent
f2107eb221
commit
c2eb598ec2
|
@ -214,7 +214,7 @@ moment, supported SPICE files are:
|
||||||
(define-public calcmysky
|
(define-public calcmysky
|
||||||
(package
|
(package
|
||||||
(name "calcmysky")
|
(name "calcmysky")
|
||||||
(version "0.2.1")
|
(version "0.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -223,7 +223,7 @@ moment, supported SPICE files are:
|
||||||
(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 "0bib5shy8wzc7j5ph218dl9hqrqip491mn25gakyghbvaqxgm27d"))))
|
(base32 "1lgn937px4am0lggniwby1f1dl3v4l3iigq72rl9rlhx58zv4lj1"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
|
|
Reference in New Issue