[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64201] [PATCH 05/20] gnu: libxisf: Update to 0.2.8.
From: |
Sharlatan Hellseher |
Subject: |
[bug#64201] [PATCH 05/20] gnu: libxisf: Update to 0.2.8. |
Date: |
Wed, 21 Jun 2023 07:33:44 +0100 |
* gnu/packages/astronomy.scm (libxisf): Update to 0.2.8.
---
gnu/packages/astronomy.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 2bae404d18..e1020bf23e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2571,9 +2571,7 @@ (define-public libpasastro
(define-public libxisf
(package
(name "libxisf")
- ;; TODO: v0.2.2 (current latest) failed to build on configure phase, issue
- ;; was open directly with author as he hosts source on seflhosted gitea.
- (version "0.2.1")
+ (version "0.2.8")
(source
(origin
(method git-fetch)
@@ -2582,7 +2580,7 @@ (define-public libxisf
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0fz9mmj1nz5v7hlr53q8na7khadfn1hm0d1gfpzzw3167bqpy2xv"))))
+ (base32 "1j2bg53hrr2yc55qa6549vcpj7qjnwmxjcdgc98w3ygnrjy7n7v0"))))
(build-system cmake-build-system)
(arguments
(list #:configure-flags #~(list "-DUSE_BUNDLED_LIBS=OFF")))
--
2.40.1
- [bug#64201] [PATCH 00/19] gnu: monthly astronomy packages update, Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 02/20] gnu: python-photutils: Update to 1.8.0., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 12/20] gnu: python-fitsio: Enable tests., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 15/20] gnu: python-reproject: Update to 0.11.0., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 07/20] gnu: python-astropy: Update to 5.3., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 01/20] gnu: sextractor: Update to 2.28.0, fix build., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 19/20] gnu: python-synphot: Update to 1.2.1., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 04/20] gnu: calcmysky: Update to 0.3.1., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 18/20] gnu: python-sunpy: Update to 5.0.0., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 08/20] gnu: python-ccdproc: Update to 2.4.1., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 05/20] gnu: libxisf: Update to 0.2.8.,
Sharlatan Hellseher <=
- [bug#64201] [PATCH 10/20] gnu: python-drms: Update to 0.6.4., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 17/20] gnu: python-stdatamodels: Update to 1.6.0., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 11/20] gnu: python-fitsio: Update to 1.1.9., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 20/20] gnu: python-astroalign: Fix build., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 06/20] gnu: splash: Update to 3.8.2., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 03/20] gnu: calceph: Update to 3.5.2., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 09/20] gnu: python-cdflib: Update to 1.0.5., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 13/20] gnu: python-pyerfa: Update to 2.0.0.3., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 14/20] gnu: python-pyerfa: Fix tests., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 16/20] gnu: python-stcal: Update to 1.3.8., Sharlatan Hellseher, 2023/06/21