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

commit b8f112768a7af611606f30f96cd6678ade072d72
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Mar 20 16:13:16 2026 +0000

    gnu: python-sunkit-image: Update to 0.7.0.
    
    * gnu/packages/astronomy.scm (python-sunkit-image): Update to 0.7.0.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I23268ad6f23e3c9231df77d96fcacbd3a6ffd7e9
---
 gnu/packages/astronomy.scm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 56c86a4ce1..9c25b5a360 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10199,13 +10199,16 @@ Telescope, HST}).")
 (define-public python-sunkit-image
   (package
     (name "python-sunkit-image")
-    (version "0.6.1")
+    (version "0.7.0")
     (source
      (origin
-       (method url-fetch)
-       (uri (pypi-uri "sunkit_image" version))
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/sunpy/sunkit-image/";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "0x8w87vwdr78vcq0zha2y7xyfy16amc5aym4v8127xvphq1ff4v3"))))
+        (base32 "11l6vf62b5pmv687rkr9abkwdwcgj2xqydqczziky6v3114106nf"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -10228,8 +10231,7 @@ Telescope, HST}).")
            python-pytest-mpl
            python-pytest-xdist
            python-setuptools
-           python-setuptools-scm
-           python-wheel))
+           python-setuptools-scm))
     (propagated-inputs
      (list python-astropy
            python-matplotlib

Reply via email to