mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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 @@ (define-public libpasastro
|
|||
(define-public libxisf
|
||||
(package
|
||||
(name "libxisf")
|
||||
(version "0.2.11")
|
||||
(version "0.2.12")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3566,7 +3566,7 @@ (define-public libxisf
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "02lnlsdg7f6pbcfk9amzh2k42wsb19d97yp2jq122lzivx9inwn1"))))
|
||||
(base32 "1bvf3x0xdipkg28c75j6jav3b2llbqvfa6lkwiacxxlzmj0226s2"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-DUSE_BUNDLED_LIBS=OFF")))
|
||||
|
|
Loading…
Reference in a new issue