diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-03-20 22:25:13 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-03-31 21:04:08 +0100 |
commit | 0f1b15c6cf8b058409bcfd61a5f330eb82e293cb (patch) | |
tree | 20cbc3a072d0a707697abd40caa5b20fffb118f8 | |
parent | fdc7167883cc10206f4fcc381d7bcc5f5b8f1f9e (diff) |
gnu: casacore: Update to 3.7.1.
* gnu/packages/astronomy.scm (casacore): Update to 3.7.1.
Change-Id: I87b274e3517812a6bce0777e720c2cad75b95408
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 4bffd68fb4..2e72cf9238 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -401,7 +401,7 @@ rendering of the atmosphere model and examine its properties. (define-public casacore (package (name "casacore") - (version "3.6.1") + (version "3.7.1") (source (origin (method git-fetch) @@ -410,7 +410,7 @@ rendering of the atmosphere model and examine its properties. (commit (string-append "v" version)))) (sha256 (base32 - "0ja0ss1cjfx9j2pnmqzr51ipxrfij7i2c4bq4nqkgaxfk5q447i5")) + "14imw15cbxgnn75hp7aq4fymljg8m1gidihxn93ni9sacd416f7b")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (arguments |