diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-22 11:04:39 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-31 22:13:38 +0100 |
commit | 5255c6ffd4eeae83dba3f509a0456f6204fe0487 (patch) | |
tree | 63c83834d5d8b36016487584e9db3bf1cdd31480 | |
parent | 05b2198b285f9ca987e21f86e5d022b6a77faa4a (diff) |
gnu: python-stpipe: Update to 0.10.0.
* gnu/packages/astronomy.scm (python-stpipe): Update to 0.10.0.
Change-Id: Ie6b5e9ddc75ecf476e1d45be1c8ab69856c32e9d
-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 5b40193610..9c0c217219 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -6646,13 +6646,13 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and (define-public python-stpipe (package (name "python-stpipe") - (version "0.9.0") + (version "0.10.0") (source (origin (method url-fetch) (uri (pypi-uri "stpipe" version)) (sha256 - (base32 "0am7bb7msa3pa694lsh6q461zybczki806a8llfns0hx721wzipq")) + (base32 "1z5y8sbpkzxccvxwv19as2a8c69f3l01kgmicsk472p91bbm8v31")) (modules '((guix build utils))) (snippet '(begin |