guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ea5d98a0f32943c620f91d636e3baa01a71104b3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Nov 17 21:46:02 2025 +0000

    gnu: python-fitsio: Update to 1.3.0.
    
    * gnu/packages/astronomy.scm (python-fitsio): Update to 1.3.0.
    [source] <snippet>: Addjust to new cfitsio version.
    
    Change-Id: I55585e641ebebb2ff79e5a5b10e054daf808eb2a
---
 gnu/packages/astronomy.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 0b1d8599c5..f2382f1fca 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4617,24 +4617,25 @@ all the input image headers.")
 (define-public python-fitsio
   (package
     (name "python-fitsio")
-    (version "1.2.8")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "fitsio" version))
        (sha256
-        (base32 "1cbynx6lyf38863njqyg1gnpcdp69bxywmi0ckhzgf9wicxf31nk"))
+        (base32 "0q4j9c49ladlpy7ag5jsi91d5mpsi6nlh6pnmbz4cbx6vjq4yfg2"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove the bundled cfitsio. When update the package check the
         ;; current bundled version.
         #~(begin
-            (delete-file-recursively "cfitsio-4.4.1-20240617")
+            (delete-file-recursively "cfitsio-4.6.3.tar.gz")
             (substitute* "MANIFEST.in"
-              (("recursive-include cfitsio-4.4.0.*$\n") ""))))))
+              (("recursive-include cfitsio-4.6.3.*$\n") ""))))))
     (build-system pyproject-build-system)
     (arguments
      (list
+      ;; tests: 1860 passed, 904 skipped, 113 xfailed
       #:test-flags
       #~(list "--pyargs" "fitsio")
       #:phases
@@ -4658,8 +4659,7 @@ all the input image headers.")
     (propagated-inputs
      (list python-numpy))
     (home-page "https://github.com/esheldon/fitsio";)
-    (synopsis
-     "Python library to read from and write to FITS files")
+    (synopsis "Python library to read from and write to FITS files")
     (description
      "This package provides a Python library for reading from and writing
 to @acronym{FITS, Flexible Image Transport System} files using the

Reply via email to