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

commit 573534515206d7389db6603b393c277b43599fbe
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 17 11:52:09 2026 +0000

    gnu: python-asdf-coordinates-schemas: Make package visible.
    
    * gnu/packages/astronomy.scm (python-asdf-coordinates-schemas): Make
    package visible.
    
    Change-Id: I5e1b49654f48bc70e3b22818be24b65a89dc8de1
---
 gnu/packages/astronomy.scm | 55 +++++++++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 28 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 6a2d5b585b..b427617a70 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2308,36 +2308,35 @@ Frame},@url{http://facebook.github.io/zstd/, 
Zstandard}.")
     (license license:bsd-3)))
 
 (define-public python-asdf-coordinates-schemas
-  (hidden-package
-   (package
-     (name "python-asdf-coordinates-schemas")
-     (version "0.4.0")
-     (source
-      (origin
-        (method url-fetch)
-        (uri (pypi-uri "asdf_coordinates_schemas" version))
-        (sha256
-         (base32 "1i5w1v74b84ygbd9pw9cs35bjaqs35f5iavazhjpbycqr1pf8rvh"))))
-     (build-system pyproject-build-system)
-     (arguments
-      (list
-       #:test-flags
-       #~(list "--numprocesses" (number->string (parallel-job-count)))))
-     (native-inputs
-      (list python-pytest
-            python-pytest-xdist
-            python-setuptools
-            python-setuptools-scm
-            python-wheel))
-     (propagated-inputs
-      (list python-asdf))
-     (home-page "https://github.com/asdf-format/asdf-coordinates-schemas";)
-     (synopsis "ASDF coordinates schemas")
-     (description
-      "This package provides ASDF schemas for validating coordinates tags.
+  (package
+    (name "python-asdf-coordinates-schemas")
+    (version "0.4.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "asdf_coordinates_schemas" version))
+       (sha256
+        (base32 "1i5w1v74b84ygbd9pw9cs35bjaqs35f5iavazhjpbycqr1pf8rvh"))))
+    (build-system pyproject-build-system)
+    (arguments
+     (list
+      #:test-flags
+      #~(list "--numprocesses" (number->string (parallel-job-count)))))
+    (native-inputs
+     (list python-pytest
+           python-pytest-xdist
+           python-setuptools
+           python-setuptools-scm
+           python-wheel))
+    (propagated-inputs
+     (list python-asdf))
+    (home-page "https://github.com/asdf-format/asdf-coordinates-schemas";)
+    (synopsis "ASDF coordinates schemas")
+    (description
+     "This package provides ASDF schemas for validating coordinates tags.
 Users should not need to install this directly; instead, install an
 implementation package such as asdf-astropy.")
-     (license license:bsd-3))))
+    (license license:bsd-3)))
 
 (define-public python-asdf-fits-schemas
   (hidden-package

Reply via email to