sharlatan pushed a commit to branch master
in repository guix.

commit 0f1b15c6cf8b058409bcfd61a5f330eb82e293cb
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Mar 20 22:25:13 2025 +0000

    gnu: casacore: Update to 3.7.1.
    
    * gnu/packages/astronomy.scm (casacore): Update to 3.7.1.
    
    Change-Id: I87b274e3517812a6bce0777e720c2cad75b95408
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file 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

Reply via email to