me
/
guix
Archived
1
0
Fork 0

gnu: wimlib: Update to 1.13.3.

* gnu/packages/backup.scm (wimlib): Update to 1.13.3.
master
Tobias Geerinckx-Rice 2020-11-01 13:33:23 +01:00
parent 1975baae51
commit d0e9a2edbc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -743,14 +743,14 @@ changes are stored.")
(define-public wimlib
(package
(name "wimlib")
(version "1.13.2")
(version "1.13.3")
(source (origin
(method url-fetch)
(uri (string-append "https://wimlib.net/downloads/"
"wimlib-" version ".tar.gz"))
(sha256
(base32
"0id9ym3hzij4kpdrk0sz3ijxp5r0z1md5jch83pml9hdy1zbx5bj"))))
"0zpsbl9iicc6y81xfl6kf8farwfsyrl63shc0idp654kgp8421wa"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))