gnu: libxisf: Update to 0.2.12.
* gnu/packages/astronomy.scm (libxisf): Update to 0.2.12. Change-Id: Ide88155581b317cdb74683f49d2ec8b87c6bc5de
This commit is contained in:
parent
24f8863868
commit
71f3507a70
1 changed files with 2 additions and 2 deletions
|
@ -3557,7 +3557,7 @@ standard astronomy libraries:
|
||||||
(define-public libxisf
|
(define-public libxisf
|
||||||
(package
|
(package
|
||||||
(name "libxisf")
|
(name "libxisf")
|
||||||
(version "0.2.11")
|
(version "0.2.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3566,7 +3566,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 "02lnlsdg7f6pbcfk9amzh2k42wsb19d97yp2jq122lzivx9inwn1"))))
|
(base32 "1bvf3x0xdipkg28c75j6jav3b2llbqvfa6lkwiacxxlzmj0226s2"))))
|
||||||
(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")))
|
||||||
|
|
Reference in a new issue