guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit 25078a91a6ae86ebd221d6ae4557aca667cf577b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Mar 19 15:47:27 2026 +0000

    gnu: python-regularizepsf: Update to 1.1.2.
    
    * gnu/packages/astronomy.scm (python-regularizepsf): Update to 1.1.2.
    [source]: Switch to git-fetch.
    
    Change-Id: I4cb2af4858d0798b459c6a7c77c65d277a844def
---
 gnu/packages/astronomy.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index b11c881720..37ab331861 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8526,13 +8526,16 @@ solar physics.")
 (define-public python-regularizepsf
   (package
     (name "python-regularizepsf")
-    (version "1.1.1")
+    (version "1.1.2")
     (source
      (origin
-       (method url-fetch)
-       (uri (pypi-uri "regularizepsf" version))
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/punch-mission/regularizepsf";)
+              (commit version)))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "1dd50dam227ifhf4d81nr0fgb9gwxrihs80svbwd86f18x5jlnwi"))))
+        (base32 "0xafn4ljzcvwmjl934c74hxrhl73grwyd2i8gng9kpl7xlqky0dk"))))
     (build-system pyproject-build-system)
     ;; tests: 61 passed, 26 warnings
     (native-inputs

Reply via email to