mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03:44 +00:00
gnu: casacore: Update to 3.8.0.
* gnu/packages/astronomy.scm (casacore): Update to 3.8.0. Change-Id: Ic48085361997b38587b90857f294b641d97f09e4
This commit is contained in:
@@ -420,17 +420,16 @@ rendering of the atmosphere model and examine its properties.
|
|||||||
(define-public casacore
|
(define-public casacore
|
||||||
(package
|
(package
|
||||||
(name "casacore")
|
(name "casacore")
|
||||||
(version "3.7.1")
|
(version "3.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/casacore/casacore")
|
(url "https://github.com/casacore/casacore")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "13n39zchslgkh76f2hil68a0xa9p2c2375z5bqynj75fq0f6xv1l"))))
|
||||||
"14imw15cbxgnn75hp7aq4fymljg8m1gidihxn93ni9sacd416f7b"))
|
|
||||||
(file-name (git-file-name name version))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|||||||
Reference in New Issue
Block a user