mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-stpipe: Update to 0.10.0.
* gnu/packages/astronomy.scm (python-stpipe): Update to 0.10.0. Change-Id: Ie6b5e9ddc75ecf476e1d45be1c8ab69856c32e9d
This commit is contained in:
parent
05b2198b28
commit
5255c6ffd4
1 changed files with 2 additions and 2 deletions
|
@ -6646,13 +6646,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.9.0")
|
(version "0.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "stpipe" version))
|
(uri (pypi-uri "stpipe" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0am7bb7msa3pa694lsh6q461zybczki806a8llfns0hx721wzipq"))
|
(base32 "1z5y8sbpkzxccvxwv19as2a8c69f3l01kgmicsk472p91bbm8v31"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue