summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-07-20 10:55:38 +0100
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2026-08-01 11:35:51 +0200
commitde197d37744ac2091c130f792055db6c3c44670b (patch)
tree97078e4e045fc7ae1768df23340bf2905e068e8d
parent50e9d9b763a516092555a84f288ae13c6e736b51 (diff)
gnu: python-fitsio: Update to 1.4.2.
* gnu/packages/astronomy.scm (python-fitsio): Update to 1.4.2. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
-rw-r--r--gnu/packages/astronomy.scm14
1 files changed, 4 insertions, 10 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 5ddf1e9f60d..6d9e49c5924 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5688,22 +5688,16 @@ all the input image headers.")
5688(define-public python-fitsio 5688(define-public python-fitsio
5689 (package 5689 (package
5690 (name "python-fitsio") 5690 (name "python-fitsio")
5691 ;; 1.3.0 (2025-11-12), latest changes support cfitsio 4.6.4, revert back 5691 (version "1.4.2")
5692 ;; to git tag when released.
5693 (properties '((commit . "3a301234b28aeac48f96597c44d6339ad3a19778")
5694 (revision . "0")))
5695 (version (git-version "1.3.0"
5696 (assoc-ref properties 'revision)
5697 (assoc-ref properties 'commit)))
5698 (source 5692 (source
5699 (origin 5693 (origin
5700 (method git-fetch) 5694 (method git-fetch)
5701 (uri (git-reference 5695 (uri (git-reference
5702 (url "https://github.com/esheldon/fitsio") 5696 (url "https://github.com/esheldon/fitsio")
5703 (commit (assoc-ref properties 'commit)))) 5697 (commit version)))
5704 (file-name (git-file-name name version)) 5698 (file-name (git-file-name name version))
5705 (sha256 5699 (sha256
5706 (base32 "1vqin0ixk9div0bjfqh4b63a85n8kg0959ngsaz2qy07r38q9cxx")) 5700 (base32 "1gylk2qk49wv24wdq8yzyg6d29hg5kvdnnd2bqq8c7p7qndgqxw8"))
5707 (modules '((guix build utils))) 5701 (modules '((guix build utils)))
5708 (snippet 5702 (snippet
5709 ;; Remove the bundled cfitsio. When update the package check the 5703 ;; Remove the bundled cfitsio. When update the package check the
@@ -5715,7 +5709,7 @@ all the input image headers.")
5715 (build-system pyproject-build-system) 5709 (build-system pyproject-build-system)
5716 (arguments 5710 (arguments
5717 (list 5711 (list
5718 ;; tests: 1882 passed, 904 skipped, 111 xfailed, 2 xpassed, 7 warnings 5712 ;; tests: 1884 passed, 905 skipped, 113 xfailed, 2 xpassed, 13 warnings
5719 #:test-flags 5713 #:test-flags
5720 #~(list "--pyargs" "fitsio") 5714 #~(list "--pyargs" "fitsio")
5721 #:phases 5715 #:phases