diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-18 09:02:17 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-30 23:49:02 +0000 |
| commit | af5a06c2f3be9b7de7d50e7514965364970efa3c (patch) | |
| tree | 1af9ab47599d7ae7f23ed78e8e5bc9309284857e | |
| parent | a9547a6c09913eb78089eafc549e54620136f11d (diff) | |
gnu: casacore: Update to 3.8.0.
* gnu/packages/astronomy.scm (casacore): Update to 3.8.0.
Change-Id: Ic48085361997b38587b90857f294b641d97f09e4
| -rw-r--r-- | gnu/packages/astronomy.scm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 81457a2fe90..8379ae17925 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -420,17 +420,16 @@ rendering of the atmosphere model and examine its properties. (define-public casacore (package (name "casacore") - (version "3.7.1") + (version "3.8.0") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/casacore/casacore") - (commit (string-append "v" version)))) + (url "https://github.com/casacore/casacore") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 - (base32 - "14imw15cbxgnn75hp7aq4fymljg8m1gidihxn93ni9sacd416f7b")) - (file-name (git-file-name name version)))) + (base32 "13n39zchslgkh76f2hil68a0xa9p2c2375z5bqynj75fq0f6xv1l")))) (build-system cmake-build-system) (arguments (list |
