diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-02 13:26:13 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-30 10:30:46 +0100 |
commit | 33ec096ca55f2d3cc42bb4e948ca1621878ba264 (patch) | |
tree | 9564ec4a2c88c03e3bce64633fbe07b845f174c2 | |
parent | 77c8bff0ea912c4d1173e7140b4bf1e46c549852 (diff) | |
download | guix-33ec096ca55f2d3cc42bb4e948ca1621878ba264.tar.gz guix-33ec096ca55f2d3cc42bb4e948ca1621878ba264.zip |
gnu: python-stpipe: Update to 0.6.0.
* gnu/packages/astronomy.scm (python-stpipe): Update to 0.6.0.
Change-Id: I381ba0d90aeb78055669c3d063bc82ae54ad42df
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index da63bbc5d0..b5eb1527d0 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3522,13 +3522,13 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and (define-public python-stpipe (package (name "python-stpipe") - (version "0.5.2") + (version "0.6.0") (source (origin (method url-fetch) (uri (pypi-uri "stpipe" version)) (sha256 (base32 - "0r29m143ll1j9irixazrkqggzg9xbkcw7fl9xmi69zpxbh5mjgz0")) + "0iipbz5ydxxxk44q8ab0ylk7jpxjfhag4vgkhvpj67zs4s45sd8a")) (modules '((guix build utils))) (snippet '(begin |