[bug#77242] gnu: ddrescue: Update to 1.29.1.

Message ID 6e5b1acd8bd2a441cca6ab772bf340e32759a339.1742838756.git.code@greghogan.com
State New
Headers
Series [bug#77242] gnu: ddrescue: Update to 1.29.1. |

Commit Message

Greg Hogan March 24, 2025, 5:55 p.m. UTC
  * gnu/packages/disk.scm (ddrescue): Update to 1.29.1.

Change-Id: I74a54b2a9c3035b9210432795ce653951dc30d77
---
 gnu/packages/disk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: cd3a45a5eca855f43ee3520d07f4ab560daa98c6
  

Comments

Noé Lopez March 27, 2025, 9:47 p.m. UTC | #1
merge 77247 77242
thanks
  
Noé Lopez March 27, 2025, 9:59 p.m. UTC | #2
user guix
usertag 77242 + reviewed-looks-good
thanks

Thank you both for the (same!) patch. It looks good to me. I could not
test running it since I don’t have anything to rescue.

Note to future commiter: maybe add a Co-authored-by line to credit
everyone?

Items marked as checked: Lint warnings, Package builds, Commit messages

Have a nice day,
Noé
  
Andreas Enge March 29, 2025, 9:45 a.m. UTC | #3
This is marked as open on issues, but should have been closed as a
merged bug. New try.

Andreas
  

Patch

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index c19d94760c..f1c0cc57c6 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -511,14 +511,14 @@  (define-public gptfdisk
 (define-public ddrescue
   (package
     (name "ddrescue")
-    (version "1.29")
+    (version "1.29.1")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/ddrescue/ddrescue-"
                           version ".tar.lz"))
       (sha256
-       (base32 "18rr02kgbb94hlqi9cwfis69sbpfgc7y7v6h5yx9zcskg0r19901"))))
+       (base32 "0xfx0hg3kkc6d3z0z9g1ingg2bnzcp1vjspcl8spi016y1fx9myx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list (string-append "CXX=" ,(cxx-for-target)))))