mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: libxisf: Update to 0.2.11.
* gnu/packages/astronomy.scm (libxisf): Update to 0.2.11. Change-Id: I79242d42af3db660c46be0baf05e11ea7ac680f7
This commit is contained in:
parent
eb4cee3a9c
commit
25b69fcac8
1 changed files with 2 additions and 2 deletions
|
@ -3080,7 +3080,7 @@ (define-public libpasastro
|
|||
(define-public libxisf
|
||||
(package
|
||||
(name "libxisf")
|
||||
(version "0.2.10")
|
||||
(version "0.2.11")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3089,7 +3089,7 @@ (define-public libxisf
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0q5qipn8887yhrk9pmi4fksxxmqas3w2aw2p194yhzkjapxk2k9h"))))
|
||||
(base32 "02lnlsdg7f6pbcfk9amzh2k42wsb19d97yp2jq122lzivx9inwn1"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-DUSE_BUNDLED_LIBS=OFF")))
|
||||
|
|
Loading…
Reference in a new issue