summaryrefslogtreecommitdiff
path: root/gnu/packages/astronomy.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r--gnu/packages/astronomy.scm8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 5eb056c4a6b..8e817035551 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -13797,7 +13797,7 @@ interactively in the plotting window.")
13797(define-public spot-nik 13797(define-public spot-nik
13798 (package 13798 (package
13799 (name "spot-nik") 13799 (name "spot-nik")
13800 (version "1.2.0") 13800 (version "1.5.1")
13801 (source 13801 (source
13802 (origin 13802 (origin
13803 (method git-fetch) 13803 (method git-fetch)
@@ -13806,7 +13806,7 @@ interactively in the plotting window.")
13806 (commit (string-append "v" version)))) 13806 (commit (string-append "v" version))))
13807 (file-name (git-file-name name version)) 13807 (file-name (git-file-name name version))
13808 (sha256 13808 (sha256
13809 (base32 "1kp6pa1i5m2fhl975ixbxv93lff4wvhjm1x751s3ly9cw4i58yhh")))) 13809 (base32 "0nmq4ngidfy4a1dmc996dd0zdpk2ljsll4bws61r571rq1r876kk"))))
13810 (build-system pyproject-build-system) 13810 (build-system pyproject-build-system)
13811 (arguments 13811 (arguments
13812 (list 13812 (list
@@ -13814,9 +13814,7 @@ interactively in the plotting window.")
13814 ;; <https://ssd.jpl.nasa.gov/ftp/eph/planets/bsp/de421.bsp>. 13814 ;; <https://ssd.jpl.nasa.gov/ftp/eph/planets/bsp/de421.bsp>.
13815 #:tests? #f)) 13815 #:tests? #f))
13816 (native-inputs 13816 (native-inputs
13817 (list python-pytest 13817 (list python-setuptools-scm))
13818 python-setuptools
13819 python-setuptools-scm))
13820 (inputs 13818 (inputs
13821 (list python-astropy 13819 (list python-astropy
13822 python-astroquery 13820 python-astroquery