guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 003458ce09535739df5ae3c90bed5ff501268872 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Thu Sep 18 16:47:13 2025 +0100 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 --- gnu/packages/astronomy.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 760feec10f..0e43116a22 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4147,13 +4147,13 @@ all the input image headers.") (define-public python-fitsio (package (name "python-fitsio") - (version "1.2.6") + (version "1.2.8") (source (origin (method url-fetch) (uri (pypi-uri "fitsio" version)) (sha256 - (base32 "1brkkfqgfwbnl1si7hppripcixmsfjs5lpbn18yrwxziafycvc1k")) + (base32 "1cbynx6lyf38863njqyg1gnpcdp69bxywmi0ckhzgf9wicxf31nk")) (modules '((guix build utils))) (snippet ;; Remove the bundled cfitsio. When update the package check the @@ -4180,8 +4180,7 @@ all the input image headers.") #$(this-package-input "cfitsio") "/lib"))))))) (native-inputs (list python-pytest - python-setuptools - python-wheel)) + python-setuptools-next)) (inputs (list curl cfitsio