diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-03-21 10:33:15 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-03-31 21:04:09 +0100 |
commit | 78fb1e3133b8ce96ebf1d7568a221c90fa0a9e74 (patch) | |
tree | 983e653f6bef02bdc23174979e55e05aee09699f | |
parent | 526582fb5751e212ea9bf3e6402cb90dab8b9d31 (diff) |
gnu: python-stpipe: Update to 0.8.1.
* gnu/packages/astronomy.scm (python-stpipe): Update to 0.8.1.
[propagated-inputs]: Add python-importlib-metadata and python-pyyaml.
[native-inputs]: Remove python-pytest-openfiles.
Change-Id: Idc8ea72b5bf19e435489eef055cec31a93e40494
-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 2f1d7268f0..790a5f2f9e 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -5951,13 +5951,13 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and (define-public python-stpipe (package (name "python-stpipe") - (version "0.8.0") + (version "0.8.1") (source (origin (method url-fetch) (uri (pypi-uri "stpipe" version)) (sha256 - (base32 "1883gbn9dy3f53423rka55r828ml38dsqdamn2bgf2w5xf6cp7dg")) + (base32 "1bvdcyhqnk10ks60hcdh8javgva23y9rxqsk69frdij39ainb872")) (modules '((guix build utils))) (snippet '(begin @@ -5971,14 +5971,15 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and (native-inputs (list python-pytest python-pytest-doctestplus - python-pytest-openfiles - python-setuptools-scm python-setuptools + python-setuptools-scm python-wheel)) (propagated-inputs (list python-asdf python-astropy python-crds + python-importlib-metadata + python-pyyaml python-stdatamodels)) (home-page "https://github.com/spacetelescope/stpipe") (synopsis "Framework for calibration pipeline software") |