diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-17 10:40:10 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:07:07 +0000 |
| commit | 80c7d01a90339681187424ecc40dc74fc067686f (patch) | |
| tree | d298944025992e6d4141827b70e1c728c16950bb /gnu | |
| parent | 51f2da1cab82692120dbd7ed4029560fe7faf5db (diff) | |
gnu: aoflagger: Update to 3.5.0.
* gnu/packages/astronomy.scm (aoflagger): Update to 3.5.0.
Change-Id: Ia5fb7af3a166e25286d025a039f52d99c2c5be99
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index c2108e7a3a3..31960d96eff 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 |
