guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: ddrescue: Update to 1.26.


From: guix-commits
Subject: 01/04: gnu: ddrescue: Update to 1.26.
Date: Sun, 8 May 2022 08:09:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a30085f545f71a83b710d3b9e46e3a257dc625c4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 1 02:00:01 2022 +0200

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

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index cedca90d22..6530a649f2 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -416,14 +416,14 @@ scheme.")
 (define-public ddrescue
   (package
     (name "ddrescue")
-    (version "1.25")
+    (version "1.26")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/ddrescue/ddrescue-"
                           version ".tar.lz"))
       (sha256
-       (base32 "0qqh38izl5ppap9a5izf3hijh94k65s3zbfkczd4b7x04syqwlyf"))))
+       (base32 "07smgh9f2p90zgyyrddzjwaz0v8glh5d95qiv7yhv0frj0xcs4z5"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list (string-append "CXX=" ,(cxx-for-target)))))



reply via email to

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