guix-commits
[Top][All Lists]
Advanced

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

08/14: gnu: ddrescue: Update to 1.24.


From: guix-commits
Subject: 08/14: gnu: ddrescue: Update to 1.24.
Date: Wed, 27 Feb 2019 09:49:31 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a4776d09813640cbf492cc960d2915f6093df94e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 26 16:38:20 2019 +0100

    gnu: ddrescue: Update to 1.24.
    
    * gnu/packages/disk.scm (ddrescue): Update to 1.24.
---
 gnu/packages/disk.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 16fb201..171317f 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -200,15 +200,14 @@ scheme.")
 (define-public ddrescue
   (package
     (name "ddrescue")
-    (version "1.23")
+    (version "1.24")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/ddrescue/ddrescue-"
                           version ".tar.lz"))
       (sha256
-       (base32
-        "13cd6c0x91zq10vdlyl6r5rib47bmsn5sshmkin3igwj8pa2vbm9"))))
+       (base32 "11qh0bbzf00mfb4yq35gnv5m260k4d7q9ixklry6bqvhvvp3ypab"))))
     (build-system gnu-build-system)
     (home-page "https://www.gnu.org/software/ddrescue/ddrescue.html";)
     (synopsis "Data recovery utility")



reply via email to

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