gnu: python-stpipe: Update to 0.6.0.
* gnu/packages/astronomy.scm (python-stpipe): Update to 0.6.0. Change-Id: I381ba0d90aeb78055669c3d063bc82ae54ad42dfmaster
parent
77c8bff0ea
commit
33ec096ca5
|
@ -3522,13 +3522,13 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and
|
||||||
(define-public python-stpipe
|
(define-public python-stpipe
|
||||||
(package
|
(package
|
||||||
(name "python-stpipe")
|
(name "python-stpipe")
|
||||||
(version "0.5.2")
|
(version "0.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "stpipe" version))
|
(uri (pypi-uri "stpipe" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r29m143ll1j9irixazrkqggzg9xbkcw7fl9xmi69zpxbh5mjgz0"))
|
"0iipbz5ydxxxk44q8ab0ylk7jpxjfhag4vgkhvpj67zs4s45sd8a"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in New Issue