This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch next-master
in repository guix.
The following commit(s) were added to refs/heads/next-master by this push:
new 7d665aeefa gnu: ddrescue: Update to 1.30.
7d665aeefa is described below
commit 7d665aeefa5ddc289e6da6c8ba76f84019f8665d
Author: Andy Tai <[email protected]>
AuthorDate: Mon Jan 5 04:17:52 2026 -0800
gnu: ddrescue: Update to 1.30.
* gnu/packages/disk.scm (ddrescue): Update to 1.30.
Change-Id: I9fb74ed0dce743accb94ff9a23c4ea64ff55f631
Signed-off-by: Andreas Enge <[email protected]>
---
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 0268e165f6..762280cb87 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -522,14 +522,14 @@ scheme.")
(define-public ddrescue
(package
(name "ddrescue")
- (version "1.29.1")
+ (version "1.30")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/ddrescue/ddrescue-"
version ".tar.lz"))
(sha256
- (base32 "0xfx0hg3kkc6d3z0z9g1ingg2bnzcp1vjspcl8spi016y1fx9myx"))))
+ (base32 "0hjmfj4g5m2w5xqd80mwx64acnc85clli4f1ryhqfv4x60nn4r12"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list (string-append "CXX=" ,(cxx-for-target)))))