GNU bug report logs -
#77242
[PATCH] gnu: ddrescue: Update to 1.29.1.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Mon, 24 Mar 2025 17:57:03 UTC
Severity: normal
Tags: patch
Merged with 77247
Done: Greg Hogan <code <at> greghogan.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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(-)
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)))))
base-commit: cd3a45a5eca855f43ee3520d07f4ab560daa98c6
--
2.49.0
This bug report was last modified 113 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.