gnu: python-fitsio: Update to 1.2.4.
* gnu/packages/astronomy.scm (python-fitsio): Update to 1.2.4. Change-Id: I82c7b8c85c3d61a8fd83e786a109914c4c91dbe2
This commit is contained in:
parent
5a1930bf9a
commit
35b9c20135
@ -948,21 +948,21 @@ exitinction laws found in the literature.")
|
|||||||
(define-public python-fitsio
|
(define-public python-fitsio
|
||||||
(package
|
(package
|
||||||
(name "python-fitsio")
|
(name "python-fitsio")
|
||||||
(version "1.2.1")
|
(version "1.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "fitsio" version))
|
(uri (pypi-uri "fitsio" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "19him5rcpjyz14ghkmifnd1xl3ivlyy84h45k6j2pyr5ixc60ky6"))
|
(base32 "0y7n7wh73ha6439djrhwmqbvgpagrdgaasbrikvw2zb5qx3y6zym"))
|
||||||
(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
|
||||||
;; current bundled version.
|
;; current bundled version.
|
||||||
#~(begin
|
#~(begin
|
||||||
(delete-file-recursively "cfitsio-4.2.0")
|
(delete-file-recursively "cfitsio-4.4.1-20240617")
|
||||||
(substitute* "MANIFEST.in"
|
(substitute* "MANIFEST.in"
|
||||||
(("recursive-include cfitsio-4.2.0.*$\n") ""))))))
|
(("recursive-include cfitsio-4.4.0.*$\n") ""))))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
Loading…
Reference in New Issue
Block a user