guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a90d6d613e9a87e83ab770b27a654a6cd24114fe
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 71519ab764..ba7da3dc5e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7427,17 +7427,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
@@ -7452,8 +7452,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