gnu: ddrescue: Upgrade to 1.18.1.

* gnu/packages/disk.scm (ddrescue): Upgrade to 1.18.1.
This commit is contained in:
Ludovic Courtès 2014-06-25 11:27:02 +02:00
parent d12c626cf8
commit 85f35ad623

View file

@ -100,7 +100,7 @@ (define-public fdisk
(define-public ddrescue
(package
(name "ddrescue")
(version "1.17")
(version "1.18.1")
(source
(origin
(method url-fetch)
@ -108,7 +108,7 @@ (define-public ddrescue
version ".tar.lz"))
(sha256
(base32
"0bvmsbzli2j4czwkabzs978n1y6vx31axh02kpgcf7033cc6rydy"))))
"1ad1ifby89wys8lxh4d24y5lih6hkz54jhv6sf6bs1i7sd7lnqaq"))))
(build-system gnu-build-system)
(home-page "http://www.gnu.org/software/ddrescue/ddrescue.html")
(synopsis "Data recovery utility")