guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit ddd71e2bee1c0f2196094e32631fa001ff2a2de6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 20 21:37:00 2026 +0100

    gnu: tangos: Update to 1.12.0.
    
    * gnu/packages/astronomy.scm (tangos): Update to 1.12.0.
---
 gnu/packages/astronomy.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 34b2cf1da90..4568a2da764 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -14620,7 +14620,7 @@ any arbitrary astrometric projection defined in the WCS 
standard.")
 (define-public tangos
   (package
     (name "tangos")
-    (version "1.11.0")
+    (version "1.12.0")
     (source
      (origin
        (method git-fetch)
@@ -14629,11 +14629,11 @@ any arbitrary astrometric projection defined in the 
WCS standard.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0mvg6qvalm4rf8gwi0d8lbljww51ym2lmc044i28fr1815prdhng"))))
+        (base32 "11ypqxglls9cb80k40h4rwbdgwwsng915rxg0nc6wz89m35r7bfk"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; tests: 320 passed, 1 skipped, 1 deselected, 120 warnings
+      ;; tests: 512 passed, 1 skipped, 1 deselected, 288 warnings
       #:test-flags
       ;; OSError: File PosixPath('test_simulations/test_tipsy/tiny.000640'):
       ;; format not understood or does not exist

Reply via email to