diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-13 18:54:50 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-30 23:49:05 +0000 |
| commit | 29327df985d27c72b6c01427164c28af0b132dcc (patch) | |
| tree | 5e8016294564d45b01bafcc9b803d6fd97b5dd3e | |
| parent | 61396c638bb0a296e375d5a55a703efcff917469 (diff) | |
gnu: tenmon: Update to 20251101.
* gnu/packages/astronomy.scm (tenmon): Update to 20251101.
Change-Id: Ia355ff3c3aa702672d9ea55770a4c7c8bc6a88c4
| -rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 5732d585141..b02f5c73279 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -11242,7 +11242,7 @@ See related paper (define-public tenmon (package (name "tenmon") - (version "20250915") + (version "20251101") (source (origin (method git-fetch) @@ -11251,7 +11251,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 |
