gnu: python-fitsio: Update to 1.2.8.

* gnu/packages/astronomy.scm (python-fitsio): Update to 1.2.8.
[native-inputs]: Remove python-setuptools and python-wheel; add python-setuptools-next.

Change-Id: Ief3f63918b39beb42980d93958553ed6032ac27d
This commit is contained in:
Sharlatan Hellseher 2025-09-18 16:47:13 +01:00
parent 14e651f9ce
commit d5e3171df9
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4169,13 +4169,13 @@ all the input image headers.")
(define-public python-fitsio (define-public python-fitsio
(package (package
(name "python-fitsio") (name "python-fitsio")
(version "1.2.6") (version "1.2.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "fitsio" version)) (uri (pypi-uri "fitsio" version))
(sha256 (sha256
(base32 "1brkkfqgfwbnl1si7hppripcixmsfjs5lpbn18yrwxziafycvc1k")) (base32 "1cbynx6lyf38863njqyg1gnpcdp69bxywmi0ckhzgf9wicxf31nk"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Remove the bundled cfitsio. When update the package check the ;; Remove the bundled cfitsio. When update the package check the
@ -4202,8 +4202,7 @@ all the input image headers.")
#$(this-package-input "cfitsio") "/lib"))))))) #$(this-package-input "cfitsio") "/lib")))))))
(native-inputs (native-inputs
(list python-pytest (list python-pytest
python-setuptools python-setuptools-next))
python-wheel))
(inputs (inputs
(list curl (list curl
cfitsio cfitsio