guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit a74f5e21daafb5ad1297e4d6faf74df3d0f6ffd9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 15 12:18:28 2026 +0000
gnu: python-roman-datamodels: Update to 0.29.0.
* gnu/packages/astronomy.scm (python-roman-datamodels): Update to 0.29.0.
[propagated-inputs]: Add python-semantic-version.
Change-Id: Ib094cd374ef2a31f4d22416b487ad6ff416d0c53
---
gnu/packages/astronomy.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 49b7e1508d..9489c0faf7 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8425,17 +8425,17 @@ changing the pixel resolution, orientation, coordinate
system.")
(define-public python-roman-datamodels
(package
(name "python-roman-datamodels")
- (version "0.28.1")
+ (version "0.29.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "roman_datamodels" version))
(sha256
- (base32 "0j5y6d4zz1zyfwp05iwlvn0708hsh7phvp2j3zpi9pczljp78aw0"))))
+ (base32 "0vcs635gkccbya649dscqp8wwksmqckxsz5v51nyx1bs6h55ldma"))))
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 4618 passed, 1 skipped, 11 xfailed
+ ;; tests: 4659 passed, 1 skipped
#:test-flags
#~(list "--numprocesses" (number->string (min 8 (parallel-job-count))))
#:phases
@@ -8459,7 +8459,8 @@ changing the pixel resolution, orientation, coordinate
system.")
python-lz4
python-numpy
python-pyarrow
- python-rad))
+ python-rad
+ python-semantic-version))
(home-page "https://github.com/spacetelescope/roman_datamodels")
(synopsis "Roman Datamodels Support")
(description