~ruther/guix-local

3f61b01e888a07b50b4bc85d531bf87c51006106 — Sharlatan Hellseher 1 year, 4 months ago e56e949
gnu: python-stpipe: Update to 0.8.0.

* gnu/packages/astronomy.scm (python-stpipe): Update to 0.8.0.

Change-Id: I923db07707b4d40fc75209063064262cd236dc8c
1 files changed, 7 insertions(+), 8 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +7 -8
@@ 5369,13 5369,13 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and
(define-public python-stpipe
  (package
    (name "python-stpipe")
    (version "0.7.0")
    (version "0.8.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "stpipe" version))
       (sha256
        (base32 "0kxm0vllyi3z149q3g3xpfl0c0wpviiyfh55rv0x6zvs0px6c81j"))
        (base32 "1883gbn9dy3f53423rka55r828ml38dsqdamn2bgf2w5xf6cp7dg"))
       (modules '((guix build utils)))
       (snippet
        '(begin


@@ 5386,17 5386,16 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and
             (("from astropy.extern.configobj.configobj import ") "from configobj import ")
             (("from astropy.extern.configobj.validate import ") "from validate import "))))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-pytest
           python-pytest-doctestplus
           python-pytest-openfiles
           python-setuptools-scm))
    (propagated-inputs
     (list python-asdf
           python-astropy
           python-crds
           python-stdatamodels))
    (native-inputs
     (list ;; python-jwst ; cycle:  python-stpipe -> python-jwst -> python-stpipe
           python-pytest
           python-pytest-doctestplus
           python-pytest-openfiles
           python-setuptools-scm))
    (home-page "https://github.com/spacetelescope/stpipe")
    (synopsis "Framework for calibration pipeline software")
    (description