diff options
author | Sharlatan Hellseher <[email protected]> | 2025-02-17 11:46:33 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-02-28 22:44:01 +0000 |
commit | 9973e9993302aef1475e67387bf6b5995f7625a1 (patch) | |
tree | 0743d7d626ef283b2d9f81728c2f1cb862691901 /gnu | |
parent | 379683b80a41aefaadca46f55536797ccb4b2b90 (diff) |
gnu: python-fitsio: Update to 1.2.5.
* gnu/packages/astronomy.scm (python-fitsio): Update to 1.2.5.
Change-Id: Ide5b5ae6843775bee0f4aa46d6a42f420a66c70a
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index c6324d44a6..df0ae5cc11 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2467,13 +2467,13 @@ exitinction laws found in the literature.") (define-public python-fitsio (package (name "python-fitsio") - (version "1.2.4") + (version "1.2.5") (source (origin (method url-fetch) (uri (pypi-uri "fitsio" version)) (sha256 - (base32 "0y7n7wh73ha6439djrhwmqbvgpagrdgaasbrikvw2zb5qx3y6zym")) + (base32 "1mnhzljaqjvslqxp4wblram7g9zbn6a29ri0phcrw8l2ry4qc7h0")) (modules '((guix build utils))) (snippet ;; Remove the bundled cfitsio. When update the package check the |