all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45971] [PATCH] gnu: lzlib: Update to 1.12.
@ 2021-01-18 20:56 Vincent Legoll
  2021-01-20  9:21 ` bug#45971: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2021-01-18 20:56 UTC (permalink / raw)
  To: 45971; +Cc: Vincent Legoll

* gnu/packages/compression.scm (lzlib): Update to 1.12.
---
 gnu/packages/compression.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45971: [PATCH] gnu: lzlib: Update to 1.12.
  2021-01-18 20:56 [bug#45971] [PATCH] gnu: lzlib: Update to 1.12 Vincent Legoll
@ 2021-01-20  9:21 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-01-20  9:21 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45971-done

[-- Attachment #1: Type: text/plain, Size: 240 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-20  9:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-18 20:56 [bug#45971] [PATCH] gnu: lzlib: Update to 1.12 Vincent Legoll
2021-01-20  9:21 ` bug#45971: " Efraim Flashner

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.