sharlatan pushed a commit to branch master
in repository guix.

commit 33ec096ca55f2d3cc42bb4e948ca1621878ba264
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jul 2 13:26:13 2024 +0100

    gnu: python-stpipe: Update to 0.6.0.
    
    * gnu/packages/astronomy.scm (python-stpipe): Update to 0.6.0.
    
    Change-Id: I381ba0d90aeb78055669c3d063bc82ae54ad42df
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file 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

Reply via email to