summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-02-16 04:13:01 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-02-16 11:11:38 +0100
commit910992e46df1a03a320523d7b9e6ecd94d0ec791 (patch)
treeac17a726b25ce9163362b6d5e40613472c199e28 /gnu
parentbf8677095028617932c43fb264d9f7325816edcd (diff)
downloadguix-910992e46df1a03a320523d7b9e6ecd94d0ec791.tar.gz
gnu: lziprecover: Update to 1.20.
* gnu/packages/compression.scm (lziprecover): Update to 1.20.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/compression.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 909b58c322..f1a5b8bba5 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -487,14 +487,14 @@ archiving.  Lzip is a clean implementation of the LZMA algorithm.")
 (define-public lziprecover
   (package
     (name "lziprecover")
-    (version "1.19")
+    (version "1.20")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/lzip/" name "/"
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0z5fbkm0qprypjf7kxkqganniibj0zml13zvfkrchnjafcmmzyld"))))
+                "0fpnmdxayvd1ff0rk9606dvr431ji6b1v71km4ww244rih1rmmzz"))))
     (build-system gnu-build-system)
     (home-page "http://www.nongnu.org/lzip/lziprecover.html")
     (synopsis "Recover and decompress data from damaged lzip files")