guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 8fe19c12b3bf3235dd2a51e7d6338607c7a25f37 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Thu Nov 13 18:54:50 2025 +0000 gnu: tenmon: Update to 20251101. * gnu/packages/astronomy.scm (tenmon): Update to 20251101. Change-Id: Ia355ff3c3aa702672d9ea55770a4c7c8bc6a88c4 --- gnu/packages/astronomy.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 212c3b2c22..145af47bd9 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -11181,7 +11181,7 @@ See related paper (define-public tenmon (package (name "tenmon") - (version "20250915") + (version "20251101") (source (origin (method git-fetch) @@ -11190,7 +11190,7 @@ See related paper (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0ay95kdsmv4xli25l7khga4ldwy4irrfc15649s3mgqcd5gl3pfw")))) + (base32 "0m6hhyd64lichxr06b93bl6vfacfya3xwq47m5m4d6y5awkqc4ij")))) (build-system cmake-build-system) (arguments (list
