mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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:
parent
c006e9a872
commit
35ccd2f006
1 changed files with 2 additions and 4 deletions
|
@ -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")))
|
||||
|
|
Loading…
Reference in a new issue