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

commit c00ae02a20381062c66d0ba41232ee7b5764bfdf
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jan 20 01:59:30 2026 +0000

    gnu: tenmon: Update to 20260119.
    
    * gnu/packages/astronomy.scm (tenmon): Update to 20260119.
    [arguments]<configure-flags>: Drop them as no longer required.
    
    Change-Id: I15ee79901ae034a44bcdbfa5bef58f679c8cf43d
---
 gnu/packages/astronomy.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index b260842436..d15b99f049 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -11678,7 +11678,7 @@ See related paper
 (define-public tenmon
   (package
     (name "tenmon")
-    (version "20251101")
+    (version "20260119")
     (source
      (origin
        (method git-fetch)
@@ -11687,13 +11687,11 @@ See related paper
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0m6hhyd64lichxr06b93bl6vfacfya3xwq47m5m4d6y5awkqc4ij"))))
+        (base32 "115ik1ldas20jkfcka7cydr1l5i4zw7zfxkcqq1v8vs2qsjyrgnn"))))
     (build-system cmake-build-system)
     (arguments
      (list
       #:tests? #f ;no test target
-      #:configure-flags
-      #~(list "-DCMAKE_C_FLAGS=-Wno-error=implicit-function-declaration")
       #:phases
       #~(modify-phases %standard-phases
           ;; libxisf is expected to be found as git submodule, link it before

Reply via email to