~ruther/guix-local

910992e46df1a03a320523d7b9e6ecd94d0ec791 — Tobias Geerinckx-Rice 8 years ago bf86770
gnu: lziprecover: Update to 1.20.

* gnu/packages/compression.scm (lziprecover): Update to 1.20.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/compression.scm
M gnu/packages/compression.scm => gnu/packages/compression.scm +2 -2
@@ 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")