GNU bug report logs - #76086
[PATCH] gnu: ddrescue: Update to 1.29.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Thu, 6 Feb 2025 06:41:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andy Tai <atai <at> atai.org>
Subject: bug#76086: closed (Re: [bug#76086] [PATCH] gnu: ddrescue: Update
 to 1.29.)
Date: Tue, 11 Feb 2025 12:43:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#76086: [PATCH] gnu: ddrescue: Update to 1.29.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 76086 <at> debbugs.gnu.org.

-- 
76086: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76086
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Andy Tai <atai <at> atai.org>
Cc: 76086-done <at> debbugs.gnu.org
Subject: Re: [bug#76086] [PATCH] gnu: ddrescue: Update to 1.29.
Date: Tue, 11 Feb 2025 20:46:16 +0800
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/disk.scm (ddrescue): Update to 1.29.

Pushed to master now, thanks.

[Message part 3 (message/rfc822, inline)]
From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: ddrescue: Update to 1.29.
Date: Wed,  5 Feb 2025 22:40:15 -0800
* gnu/packages/disk.scm (ddrescue): Update to 1.29.

Change-Id: I90e1425282372c00cce2b999b22aace52ac232ec
---
 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 f59b373fe4..1225d8f5a6 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -510,14 +510,14 @@ (define-public gptfdisk
 (define-public ddrescue
   (package
     (name "ddrescue")
-    (version "1.28")
+    (version "1.29")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/ddrescue/ddrescue-"
                           version ".tar.lz"))
       (sha256
-       (base32 "1h8hxgxgwz0ih4p38b6k49i1b6r7qli8b5fhr81ivk51gixc09k6"))))
+       (base32 "18rr02kgbb94hlqi9cwfis69sbpfgc7y7v6h5yx9zcskg0r19901"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list (string-append "CXX=" ,(cxx-for-target)))))

base-commit: b763d074a6118563086178983b6348385859c7e9
-- 
2.34.1




This bug report was last modified 100 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.