guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e9bb55d0a83759d96b034406c99e02e361f2a54e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Aug 21 09:30:29 2026 +0100

    gnu: python-regularizepsf: Update to 1.2.1.
    
    * gnu/packages/astronomy.scm (python-regularizepsf): Update to 1.2.1.
    
    Relates-to: guix/guix!10702
---
 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 744a6542b5..13e8c16866 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10225,7 +10225,7 @@ solar physics.")
 (define-public python-regularizepsf
   (package
     (name "python-regularizepsf")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
      (origin
        (method git-fetch)
@@ -10234,7 +10234,7 @@ solar physics.")
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "185v4300301ahn5nsqd13mamph9w3gw58qbhn4vm5hn0r2azl1y7"))))
+        (base32 "05gq4yjcl48jbv22xdhq0fr7yr7884zpkqmbbnd4lzb2dkkbkv7f"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to