me
/
guix
Archived
1
0
Fork 0

gnu: lzlib: Update to 1.12.

* gnu/packages/compression.scm (lzlib): Update to 1.12.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Vincent Legoll 2021-01-18 21:56:16 +01:00 committed by Efraim Flashner
parent 62f5640b1c
commit 57b0949a49
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -1816,14 +1816,14 @@ Clzip is intended to be fully compatible with the regular lzip package.")
(define-public lzlib
(package
(name "lzlib")
(version "1.11")
(version "1.12")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://savannah/lzip/lzlib/"
"lzlib-" version ".tar.gz"))
(sha256
(base32 "0djdj4sg33rzi4k84cygvnp09bfsv6i8wy2k7i67rayib63myp3c"))))
(base32 "1c9pwd6by8is4z8bs6j306jyy6pgm2dvsn4fr7fg2b5m5qj88pcf"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags