[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/30: gnu: python-fitsio: Update to 1.2.4.
From: |
guix-commits |
Subject: |
08/30: gnu: python-fitsio: Update to 1.2.4. |
Date: |
Sun, 30 Jun 2024 05:19:24 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 35b9c201354a7d0026d23bdf612f5cfcae7894a4
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jun 15 09:40:08 2024 +0100
gnu: python-fitsio: Update to 1.2.4.
* gnu/packages/astronomy.scm (python-fitsio): Update to 1.2.4.
Change-Id: I82c7b8c85c3d61a8fd83e786a109914c4c91dbe2
---
gnu/packages/astronomy.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index bddb841cbe..a51ddc5afb 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -948,21 +948,21 @@ exitinction laws found in the literature.")
(define-public python-fitsio
(package
(name "python-fitsio")
- (version "1.2.1")
+ (version "1.2.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "fitsio" version))
(sha256
- (base32 "19him5rcpjyz14ghkmifnd1xl3ivlyy84h45k6j2pyr5ixc60ky6"))
+ (base32 "0y7n7wh73ha6439djrhwmqbvgpagrdgaasbrikvw2zb5qx3y6zym"))
(modules '((guix build utils)))
(snippet
;; Remove the bundled cfitsio. When update the package check the
;; current bundled version.
#~(begin
- (delete-file-recursively "cfitsio-4.2.0")
+ (delete-file-recursively "cfitsio-4.4.1-20240617")
(substitute* "MANIFEST.in"
- (("recursive-include cfitsio-4.2.0.*$\n") ""))))))
+ (("recursive-include cfitsio-4.4.0.*$\n") ""))))))
(build-system pyproject-build-system)
(arguments
(list
- branch master updated (ddb0401d82 -> 64566a599e), guix-commits, 2024/06/30
- 03/30: gnu: python-astropy: Update to 6.1.1., guix-commits, 2024/06/30
- 09/30: gnu: python-ginga: Update to 5.1.0., guix-commits, 2024/06/30
- 02/30: gnu: siril: Update to 1.2.3., guix-commits, 2024/06/30
- 15/30: gnu: python-stcal: Update to 1.7.1., guix-commits, 2024/06/30
- 05/30: gnu: python-crds: Update to 11.17.25., guix-commits, 2024/06/30
- 07/30: gnu: python-dust-extinction: Update to 1.4.1., guix-commits, 2024/06/30
- 11/30: gnu: python-pyerfa: Update to 2.0.1.4., guix-commits, 2024/06/30
- 08/30: gnu: python-fitsio: Update to 1.2.4.,
guix-commits <=
- 18/30: gnu: python-stsci-imagestats: Update to 1.8.3., guix-commits, 2024/06/30
- 19/30: gnu: python-stsci-stimage: Update to 0.2.9., guix-commits, 2024/06/30
- 20/30: gnu: python-sunpy: Update to 5.1.4., guix-commits, 2024/06/30
- 04/30: gnu: python-astropy-iers-data: Update to 0.2024.6.17.0.31.35., guix-commits, 2024/06/30
- 06/30: gnu: python-drizzle: Update to 1.15.2., guix-commits, 2024/06/30
- 16/30: gnu: python-stpipe: Update to 0.5.2., guix-commits, 2024/06/30
- 21/30: gnu: python-jwst: Replace reference to external configobj., guix-commits, 2024/06/30
- 22/30: gnu: Add python-corner., guix-commits, 2024/06/30
- 26/30: gnu: Add python-schwimmbad., guix-commits, 2024/06/30
- 27/30: gnu: Add python-statmorph., guix-commits, 2024/06/30