diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-15 12:18:28 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-30 09:10:09 +0000 |
| commit | d8f3e15f002b4d783e91d375fc4c38f3fc429622 (patch) | |
| tree | 1ee3c9879e5adb85d553e7ae09267d0c864f6411 /gnu | |
| parent | 8b20e9545998cdebb93870167c4fe1c69b9c13e1 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 2d09746145..255047f1e6 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -8321,17 +8321,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 @@ -8355,7 +8355,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 |
