mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libxisf: Update to 0.2.13.
* gnu/packages/astronomy.scm (libxisf): Update to 0.2.13. Change-Id: I7c8c8350bf4903bc4937df606e7bfe066cf62567
This commit is contained in:
parent
7c5ad11461
commit
f286fb6f63
1 changed files with 2 additions and 2 deletions
|
@ -1364,7 +1364,7 @@ thousands) low quality ones")
|
|||
(define-public libxisf
|
||||
(package
|
||||
(name "libxisf")
|
||||
(version "0.2.12")
|
||||
(version "0.2.13")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1373,7 +1373,7 @@ thousands) low quality ones")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1bvf3x0xdipkg28c75j6jav3b2llbqvfa6lkwiacxxlzmj0226s2"))))
|
||||
(base32 "0zhj4xijr374c9raddxw8ibawx0n66lqvypgpccb81g41qkkdkmx"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-DUSE_BUNDLED_LIBS=OFF")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue