diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-14 15:54:37 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-30 13:20:51 +0100 |
| commit | f0cb18656ebdd4df68da64d8b272e218af9863b4 (patch) | |
| tree | da815ae6fd4bd85cb3c0a594a11c54c805992060 /gnu | |
| parent | 2846cd4aa288eac27d4f4981edda350c073cd520 (diff) | |
gnu: astroterm: Update to 1.2.0.
* gnu/packages/astronomy.scm (astroterm): Update to 1.2.0.
Change-Id: I94ca94ea4e6199957ea15293ee7659cd3ed29883
Diffstat (limited to 'gnu')
| -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 02f18a369a..5e246ba007 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -284,7 +284,7 @@ a wide set of telescopes.") (define-public astroterm (package (name "astroterm") - (version "1.0.10") + (version "1.2.0") (source (origin (method git-fetch) @@ -293,7 +293,7 @@ a wide set of telescopes.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1k946b5qv6jqiap3pi4gv2w46lq0j9q19lfrzkzlypi8h2a9plng")))) + (base32 "1p6rxv18gp989fmydbp75mrqxffjlqwp6xkdk18jj322hri0lidv")))) (build-system meson-build-system) (arguments (list |
