gnu: ddrescue: Update to 1.17.

* gnu/packages/ddrescue.scm (ddrescue): Update to 1.17.  Add lzip as a
  native input.
This commit is contained in:
Ludovic Courtès 2013-07-20 00:32:16 +02:00
parent 0f323dad0e
commit 7c80a8b618

@ -20,24 +20,25 @@
#:use-module (guix licenses) #:use-module (guix licenses)
#:use-module (guix packages) #:use-module (guix packages)
#:use-module (guix download) #:use-module (guix download)
#:use-module (guix build-system gnu)) #:use-module (guix build-system gnu)
#:use-module ((gnu packages compression) #:select (lzip)))
(define-public ddrescue (define-public ddrescue
(package (package
(name "ddrescue") (name "ddrescue")
(version "1.16") (version "1.17")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/ddrescue/ddrescue-" (uri (string-append "mirror://gnu/ddrescue/ddrescue-"
version ".tar.gz")) version ".tar.lz"))
(sha256 (sha256
(base32 (base32
"1rixya7p8c4jrn4p0flf6h5dqwybrilf3hrj4r7x41h3zgjz5cvn")))) "0bvmsbzli2j4czwkabzs978n1y6vx31axh02kpgcf7033cc6rydy"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page (home-page "http://www.gnu.org/software/ddrescue/ddrescue.html")
"http://www.gnu.org/software/ddrescue/ddrescue.html")
(synopsis "Data recovery utility") (synopsis "Data recovery utility")
(native-inputs `(("lzip" ,lzip)))
(description (description
"GNU Ddrescue is a data recovery tool. It copies data from one "GNU Ddrescue is a data recovery tool. It copies data from one
file or block device (e.g., hard disk, CD-ROM) to another, trying hard to file or block device (e.g., hard disk, CD-ROM) to another, trying hard to