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

commit b5ac6d679a77dcd931b202eafd7400a747a461b9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 17 10:40:10 2026 +0000

    gnu: aoflagger: Update to 3.5.0.
    
    * gnu/packages/astronomy.scm (aoflagger): Update to 3.5.0.
    
    Change-Id: Ia5fb7af3a166e25286d025a039f52d99c2c5be99
---
 gnu/packages/astronomy.scm | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index e2022222b3..c1fc9ba64f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -222,21 +222,17 @@ reused in several astronomical applications, such as 
@code{wsclean},
       (license license:gpl3+))))
 
 (define-public aoflagger
-  ;; 3.4.0 was released in 2023, there are a lot of changes and compatibility
-  ;; for EveryBeam.
-  (let ((commit "b97943fd4c809f73ce1de2129a529d702cb133aa")
-        (revision "1"))
     (package
       (name "aoflagger")
-      (version (git-version "3.4.0" revision commit))
+      (version "3.5.0")
       (source
        (origin
          (method git-fetch)
          (uri (git-reference
                 (url "https://gitlab.com/aroffringa/aoflagger";)
-                (commit commit)))
+                (commit (string-append "v" version))))
          (sha256
-          (base32 "1m391a5dg0vlnblqc2l5r3pyys2zjl9v6c66hxibaq1rmlj7b41m"))
+          (base32 "08r36xjw6hf3zc7w6qyk8bm049bzyl264ah0g03shzsci91lp8q9"))
          (file-name (git-file-name name version))))
       (build-system cmake-build-system)
       (arguments
@@ -282,7 +278,7 @@ reused in several astronomical applications, such as 
@code{wsclean},
 interference (RFI) in radio astronomical observations.  It can make use of Lua
 scripts to make flagging strategies flexible, and the tools are applicable to a
 wide set of telescopes.")
-      (license license:gpl3+))))
+      (license license:gpl3+)))
 
 (define-public astroterm
   (package

Reply via email to