andreas pushed a commit to branch master
in repository guix.
commit f799c2820d2e9b7184d305211ba559244b21b5b3
Author: Andreas Enge <[email protected]>
Date: Sat Sep 26 21:41:57 2015 +0200
gnu: ddrescue: Update to 1.20.
* gnu/packages/disk.scm (ddrescue): Update to 1.20.
---
gnu/packages/disk.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 22fdd29..98b13ae 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -101,7 +101,7 @@ tables, and it understands a variety of different formats.")
(define-public ddrescue
(package
(name "ddrescue")
- (version "1.19")
+ (version "1.20")
(source
(origin
(method url-fetch)
@@ -109,7 +109,7 @@ tables, and it understands a variety of different formats.")
version ".tar.lz"))
(sha256
(base32
- "1f278w7i9sx45jk6fsw1kyzx743k3alx1c4w1q8sk05ckafhr3gd"))))
+ "1gb0ak2c47nass7qdf9pnfrshcb38c318z1fx5v5v1k7l6qr7yc3"))))
(build-system gnu-build-system)
(home-page "http://www.gnu.org/software/ddrescue/ddrescue.html")
(synopsis "Data recovery utility")