guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 554f1fc24ef4dced92155a0975a1f328af88bad8
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Dec 31 10:43:43 2025 +0000

    gnu: tangos: Update to 1.11.0.
    
    * gnu/packages/astronomy.scm (tangos): Update to 1.11.0.
    
    Change-Id: Iab7d48ccd5c29ad5ae4d37ebcad575af19ff2510
---
 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 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

Reply via email to