me
/
guix
Archived
1
0
Fork 0

gnu: libxisf: Update to 0.2.9.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
Sharlatan Hellseher 2023-09-07 23:32:09 +01:00 committed by Christopher Baines
parent 22b4c8d719
commit c8be9fb5aa
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -2790,7 +2790,7 @@ standard astronomy libraries:
(define-public libxisf (define-public libxisf
(package (package
(name "libxisf") (name "libxisf")
(version "0.2.8") (version "0.2.9")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2799,7 +2799,7 @@ standard astronomy libraries:
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1j2bg53hrr2yc55qa6549vcpj7qjnwmxjcdgc98w3ygnrjy7n7v0")))) (base32 "02cxv86h0ng4kmvyjkf7cr2ak2i3vpf0q0ik7jg4nmqjsidcs796"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list #:configure-flags #~(list "-DUSE_BUNDLED_LIBS=OFF"))) (list #:configure-flags #~(list "-DUSE_BUNDLED_LIBS=OFF")))