guix_mirror_bot pushed a commit to branch master
in repository guix.

commit dfc5bff00cca15a28953f7e4938ba503d4c4df17
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Aug 21 14:26:31 2026 +0100

    gnu: spot-nik: Update to 1.5.1.
    
    * gnu/packages/astronomy.scm (spot-nik): Update to 1.5.1.
    [native-inputs]: Remove python-pytest and python-setuptools.
    
    Relates-to: guix/guix!10702
---
 gnu/packages/astronomy.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 5eb056c4a6..8e81703555 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -13797,7 +13797,7 @@ interactively in the plotting window.")
 (define-public spot-nik
   (package
     (name "spot-nik")
-    (version "1.2.0")
+    (version "1.5.1")
     (source
      (origin
        (method git-fetch)
@@ -13806,7 +13806,7 @@ interactively in the plotting window.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1kp6pa1i5m2fhl975ixbxv93lff4wvhjm1x751s3ly9cw4i58yhh"))))
+        (base32 "0nmq4ngidfy4a1dmc996dd0zdpk2ljsll4bws61r571rq1r876kk"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -13814,9 +13814,7 @@ interactively in the plotting window.")
       ;; <https://ssd.jpl.nasa.gov/ftp/eph/planets/bsp/de421.bsp>.
       #:tests? #f))
     (native-inputs
-     (list python-pytest
-           python-setuptools
-           python-setuptools-scm))
+     (list python-setuptools-scm))
     (inputs
      (list python-astropy
            python-astroquery

Reply via email to