[PATCH] gnu: lzlib: Update to 1.12.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210118205616.21132-1-vincent.legoll@gmail.com
* gnu/packages/compression.scm (lzlib): Update to 1.12.
---
gnu/packages/compression.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 4aa3665fe8..56350089f5 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -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
--
2.30.0
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45971-done@debbugs.gnu.org)
YAf2APnmc6g8Lt/S@3900XT
Looks good. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmAH9gAACgkQQarn3Mo9
g1HEGBAAnbOw1QVq/e4WifZ6vVc9B9tqah8MOtDYn3B9rBnPgLZs9Bd/lhnnFdG+
cVCyGpWqEI2OEFhDf/KTaCwb6zuEf2ySFmQBJfqpAamribkXRCu1smPv0oyY3Xsh
fYotLeToh97E35+s4aIHbRdEN7CsP8XmldiLdUHr6lK/woKzwrn/uEvQMDQo1YMl
UtEQLclTGuphP+OVb9SdbJD4+zZmbzINUtLYIyPnM/W4A26o02Pu8jaDm+XlYy89
eMdhzR+rh34jwdurkQgtmTBZa50xxMf/jpDwkPYdJqM9pNagRXXhw0jpr+XkO+sb
UKDVa+2eMkE/HRyjkeyvdDPyKmDCNeePH0G0UwOdxGEEbCSK+jnIG9tYvIPiy8Yy
LCtrfzS3lWYwHtV+PVFgGVQbwIfsd76dQCuN1gvn1m+XSOivZBhSZYpl0Jhv8xFJ
QiihaYaXAXKhPPWE2D3duKBLvPEoL0w2z84x/tsqikGKJ+h9wuc1kPSNr+fbJL6z
Z2CrQ40ontPAH/Z/LFS+R8e5cgwLIxC5zguk9SUVeo7VbEb9FX3Z92mAb0HlJasy
T0fJtfRlVSWzVBh6v8sUkeiL9cq06LLPouH7UfX00H19XKPGP0l8C54Yi74Ps6fw
j6IYEpQzA3eW5yLozj4BLawTvKuhRgIjgPPzvK+ykCmNEWO4n4o=
=K2h0
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45971@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45971
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help