mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: wimlib: Update to 1.13.1.
* gnu/packages/backup.scm (wimlib): Update to 1.13.1.
This commit is contained in:
parent
b313665fa0
commit
558d36e6bf
1 changed files with 2 additions and 2 deletions
|
@ -675,14 +675,14 @@ (define-public attic
|
||||||
(define-public wimlib
|
(define-public wimlib
|
||||||
(package
|
(package
|
||||||
(name "wimlib")
|
(name "wimlib")
|
||||||
(version "1.13.0")
|
(version "1.13.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
|
||||||
"02wpsxjlw9vysj6x6q7kmvbcdkpvdzw201mmj5x0q670mapjrnai"))))
|
"0pxgrpr3dr81rcf2jh71aiiq3v4anc5sj1nld18f2vhvbijbrx27"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in a new issue