guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ddrescue: Update to 1.25.


From: guix-commits
Subject: branch master updated: gnu: ddrescue: Update to 1.25.
Date: Wed, 04 Mar 2020 14:49:37 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 39d93ce  gnu: ddrescue: Update to 1.25.
39d93ce is described below

commit 39d93ce2be59ff18495e6e8c4ca8cfb711191bbb
Author: Efraim Flashner <address@hidden>
AuthorDate: Wed Mar 4 21:48:30 2020 +0200

    gnu: ddrescue: Update to 1.25.
    
    * gnu/packages/disk.scm (ddrescue): Update to 1.25.
---
 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 0628017..534b64e 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2015 Mathieu Lirzin <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2016, 2018, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
-;;; Copyright © 2016, 2019 Efraim Flashner <address@hidden>
+;;; Copyright © 2016, 2019, 2020 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Jan Nieuwenhuizen <address@hidden>
 ;;; Copyright © 2016 Roel Janssen <address@hidden>
 ;;; Copyright © 2016, 2017 Marius Bakke <address@hidden>
@@ -210,14 +210,14 @@ scheme.")
 (define-public ddrescue
   (package
     (name "ddrescue")
-    (version "1.24")
+    (version "1.25")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/ddrescue/ddrescue-"
                           version ".tar.lz"))
       (sha256
-       (base32 "11qh0bbzf00mfb4yq35gnv5m260k4d7q9ixklry6bqvhvvp3ypab"))))
+       (base32 "0qqh38izl5ppap9a5izf3hijh94k65s3zbfkczd4b7x04syqwlyf"))))
     (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]