guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: ddrescue: Update to 1.22.


From: Marius Bakke
Subject: 01/01: gnu: ddrescue: Update to 1.22.
Date: Mon, 6 Feb 2017 11:04:17 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 416c57f0711295a83dbde37b69e42fd899d08b47
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 6 11:58:23 2017 +0100

    gnu: ddrescue: Update to 1.22.
    
    * gnu/packages/disk.scm (ddrescue): Update to 1.22.
    [home-page]: Use HTTPS.
---
 gnu/packages/disk.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index a4bb0be..90e68c2 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -154,7 +154,7 @@ tables.")
 (define-public ddrescue
   (package
     (name "ddrescue")
-    (version "1.21")
+    (version "1.22")
     (source
      (origin
       (method url-fetch)
@@ -162,9 +162,9 @@ tables.")
                           version ".tar.lz"))
       (sha256
        (base32
-        "1b71hb42lh33y9843nd1mxlwkk9qh9ajvnz6ivzd1jq9lav4x7ph"))))
+        "19qhx9ggkkjl0g3a88g501wmybkj1y4n5lm5kp0km0blh0p7p189"))))
     (build-system gnu-build-system)
-    (home-page "http://www.gnu.org/software/ddrescue/ddrescue.html";)
+    (home-page "https://www.gnu.org/software/ddrescue/ddrescue.html";)
     (synopsis "Data recovery utility")
     (native-inputs `(("lzip" ,lzip)))
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]