[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: ddrescue: Update to 1.27.
From: |
guix-commits |
Subject: |
01/11: gnu: ddrescue: Update to 1.27. |
Date: |
Fri, 27 Jan 2023 19:31:35 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit ee1cc2d3b6082d519055b313f10c2fd806d927e6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 22 01:00:00 2023 +0100
gnu: ddrescue: Update to 1.27.
* gnu/packages/disk.scm (ddrescue): Update to 1.27.
---
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 7491a2588a..c1f9f58d79 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -431,14 +431,14 @@ scheme.")
(define-public ddrescue
(package
(name "ddrescue")
- (version "1.26")
+ (version "1.27")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/ddrescue/ddrescue-"
version ".tar.lz"))
(sha256
- (base32 "07smgh9f2p90zgyyrddzjwaz0v8glh5d95qiv7yhv0frj0xcs4z5"))))
+ (base32 "1srj68c7q0r5m7rzv3km43ndcs7xjw053r336vjiakx4qnc0rj1q"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list (string-append "CXX=" ,(cxx-for-target)))))
- branch master updated (1163349b70 -> be97c7ed11), guix-commits, 2023/01/27
- 05/11: gnu: basu: Update to 0.2.1., guix-commits, 2023/01/27
- 07/11: gnu: dkimproxy: Remove obsolete trailing #t., guix-commits, 2023/01/27
- 03/11: gnu: libeatmydata: Update to 131., guix-commits, 2023/01/27
- 02/11: gnu: ndctl: Update to 75., guix-commits, 2023/01/27
- 08/11: gnu: doc++: Use HTTPS home page., guix-commits, 2023/01/27
- 10/11: gnu: fillets-ng: Use HTTPS home page., guix-commits, 2023/01/27
- 01/11: gnu: ddrescue: Update to 1.27.,
guix-commits <=
- 04/11: gnu: homebank: Update to 5.6.1., guix-commits, 2023/01/27
- 06/11: gnu: dkimproxy: Use HTTPS home page., guix-commits, 2023/01/27
- 09/11: gnu: file-roller: Use HTTPS home page., guix-commits, 2023/01/27
- 11/11: download: Remove dead SourceForge mirrors., guix-commits, 2023/01/27