gnu: libxisf: Update to 0.2.8.

* gnu/packages/astronomy.scm (libxisf): Update to 0.2.8.

Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Sharlatan Hellseher 2023-07-27 00:15:32 +01:00 committed by Andreas Enge
parent c006e9a872
commit 35ccd2f006
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2769,9 +2769,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)
@ -2780,7 +2778,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")))