guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit becb078a87a1495777d4df9de669aad670f407d0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jul 16 09:19:45 2026 +0100

    gnu: casacore: Update to 3.8.1.
    
    * gnu/packages/astronomy.scm (casacore): Update to 3.8.1.
    [inputs]: Add libdeflate.
---
 gnu/packages/astronomy.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index c728d7de7f..39ca27a361 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -407,7 +407,7 @@ rendering of the atmosphere model and examine its 
properties.
 (define-public casacore
   (package
     (name "casacore")
-    (version "3.8.0")
+    (version "3.8.1")
     (source
      (origin
        (method git-fetch)
@@ -416,7 +416,7 @@ rendering of the atmosphere model and examine its 
properties.
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "13n39zchslgkh76f2hil68a0xa9p2c2375z5bqynj75fq0f6xv1l"))))
+        (base32 "13h1vkm64fhmdxyc9nnysj12wk5cjghs5pkmdrar6myqfazis2p0"))))
     (build-system cmake-build-system)
     (arguments
      (list
@@ -486,6 +486,7 @@ rendering of the atmosphere model and examine its 
properties.
            gfortran
            gsl
            hdf5
+           libdeflate
            ncurses
            openblas
            python

Reply via email to