diff options
author | Leo Famulari <leo@famulari.name> | 2017-10-24 15:58:35 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-10-24 15:58:53 -0400 |
commit | 7276eca4dcbe513922d5a778ee5fc8f2b2649642 (patch) | |
tree | 37acd3c3734c1785e08bb60e76048ec7b749cdbc | |
parent | dac2a05690657a18e03fa477da501cedf08f6da9 (diff) | |
download | patches-7276eca4dcbe513922d5a778ee5fc8f2b2649642.tar patches-7276eca4dcbe513922d5a778ee5fc8f2b2649642.tar.gz |
gnu: lzo: Update to 2.10.
* gnu/packages/compression.scm (lzo): Update to 2.10.
-rw-r--r-- | gnu/packages/compression.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index ebff1df304..ab4f86d526 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") |