diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-21 14:26:31 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-01 20:04:51 +0100 |
| commit | dfc5bff00cca15a28953f7e4938ba503d4c4df17 (patch) | |
| tree | af6fe368bd1e9fefe557f0141456b085f511c082 /gnu | |
| parent | 336b6e7fcc6380735cebccbea8c3353c70e9eed4 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 8 |
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 |
