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

commit c54d1d9588269819e589de970cd083b7468e2d23
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 17 21:04:00 2025 +0100

    gnu: python-roman-datamodels: Update to 0.28.0.
    
    * gnu/packages/astronomy.scm (python-roman-datamodels): Update to 0.28.0.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I88cb83ba62d54522b4f58ab27a69cb2b4f0340af
---
 gnu/packages/astronomy.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 82ba70bf71..52969355d5 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7672,17 +7672,17 @@ changing the pixel resolution, orientation, coordinate 
system.")
 (define-public python-roman-datamodels
   (package
     (name "python-roman-datamodels")
-    (version "0.27.0")
+    (version "0.28.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "roman_datamodels" version))
        (sha256
-        (base32 "1631jpv7mcrcka6bfxp04ih43wlm9pmqsqxckqyv6y9jgsipjxy3"))))
+        (base32 "0wfd3ggi23dd98qj3ks7fxr4dc01h2yrb082b51fdfasaaf29ws1"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; tests: 4185 passed, 1 skipped, 1 xfailed
+      ;; tests: 4618 passed, 1 skipped, 11 xfailed
       #:test-flags
       #~(list "--numprocesses" (number->string (parallel-job-count)))
       #:phases
@@ -7697,8 +7697,7 @@ changing the pixel resolution, orientation, coordinate 
system.")
            python-pytest-env
            python-pytest-xdist
            python-setuptools
-           python-setuptools-scm
-           python-wheel))
+           python-setuptools-scm))
     (propagated-inputs
      (list python-asdf
            python-asdf-astropy

Reply via email to