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:
Sharlatan Hellseher 2025-02-14 14:38:53 +00:00
parent 7c5ad11461
commit f286fb6f63
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")))