gnu: wimlib: Update to 1.14.1.

* gnu/packages/backup.scm (wimlib): Update to 1.14.1.
[inputs]: Upgrade fuse to fuse-3.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-09 02:00:02 +02:00
parent df6ea7416f
commit d08bd19de0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -768,19 +768,19 @@ backups on untrusted computers.")
(define-public wimlib (define-public wimlib
(package (package
(name "wimlib") (name "wimlib")
(version "1.13.5") (version "1.14.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://wimlib.net/downloads/" (uri (string-append "https://wimlib.net/downloads/"
"wimlib-" version ".tar.gz")) "wimlib-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"08z3xxm5hq1n4wmyhgz14p1cv0w2lx610vn8nhfwpds4n7lwkz1j")))) "0hkgcf3v3hmwck02s0623brdx1ijvk1la0h5mgly1whnaqviajj9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
(list fuse libxml2 ntfs-3g openssl)) (list fuse-3 libxml2 ntfs-3g openssl))
(arguments (arguments
`(#:configure-flags `(#:configure-flags
(list "--disable-static" (list "--disable-static"