guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: lzo: Update to 2.10.


From: Leo Famulari
Subject: 01/01: gnu: lzo: Update to 2.10.
Date: Tue, 24 Oct 2017 15:59:05 -0400 (EDT)

lfam pushed a commit to branch core-updates
in repository guix.

commit 7276eca4dcbe513922d5a778ee5fc8f2b2649642
Author: Leo Famulari <address@hidden>
Date:   Tue Oct 24 15:58:35 2017 -0400

    gnu: lzo: Update to 2.10.
    
    * gnu/packages/compression.scm (lzo): Update to 2.10.
---
 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 ebff1df..ab4f86d 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -380,7 +380,7 @@ than gzip and 15 % smaller output than bzip2.")
 (define-public lzo
   (package
     (name "lzo")
-    (version "2.09")
+    (version "2.10")
     (source
      (origin
       (method url-fetch)
@@ -388,7 +388,7 @@ than gzip and 15 % smaller output than bzip2.")
                           version ".tar.gz"))
       (sha256
        (base32
-        "0k5kpj3jnsjfxqqkblpfpx0mqcy86zs5fhjhgh2kq1hksg7ag57j"))))
+        "0wm04519pd3g8hqpjqhfr72q8qmbiwqaxcs3cndny9h86aa95y60"))))
     (build-system gnu-build-system)
     (arguments '(#:configure-flags '("--enable-shared")))
     (home-page "http://www.oberhumer.com/opensource/lzo";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]