From 9986bc1d3e4cdec60a305d817d87b4cd1aee976f Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 20 Jan 2026 01:59:30 +0000 Subject: [PATCH] gnu: tenmon: Update to 20260119. * gnu/packages/astronomy.scm (tenmon): Update to 20260119. [arguments]: 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 ccc34a6277b..865826c6456 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -11688,7 +11688,7 @@ See related paper (define-public tenmon (package (name "tenmon") - (version "20251101") + (version "20260119") (source (origin (method git-fetch) @@ -11697,13 +11697,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