diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-31 10:43:43 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:20:05 +0100 |
| commit | f6280d14564aa0dbe211d87175f73686ddbce466 (patch) | |
| tree | e262eda80a7a5fec229d45fc33dfe3fcec512fa8 /gnu | |
| parent | bb97a094eab30645158e13c3aeb1426c339bdec3 (diff) | |
gnu: tangos: Update to 1.11.0.
* gnu/packages/astronomy.scm (tangos): Update to 1.11.0.
Change-Id: Iab7d48ccd5c29ad5ae4d37ebcad575af19ff2510
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
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 1539a73e04..94d21ea021 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -11533,7 +11533,7 @@ any arbitrary astrometric projection defined in the WCS standard.") (define-public tangos (package (name "tangos") - (version "1.10.0") + (version "1.11.0") (source (origin (method git-fetch) @@ -11542,7 +11542,7 @@ any arbitrary astrometric projection defined in the WCS standard.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1dbjpmhbz6hqq9r7hpxqsw2pcqfr2g4x35pb0j01w0m902w823s3")))) + (base32 "0mvg6qvalm4rf8gwi0d8lbljww51ym2lmc044i28fr1815prdhng")))) (build-system pyproject-build-system) (arguments (list |
