mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ddrescue: Update to 1.29.1.
* gnu/packages/disk.scm (ddrescue): Update to 1.29.1. Change-Id: Ifb8fbc7d04c5c428d18fee0b48d53b0af0aae04e Signed-off-by: Greg Hogan <code@greghogan.com>
This commit is contained in:
parent
4f246eb90b
commit
b282b5ecd9
1 changed files with 2 additions and 2 deletions
|
@ -511,14 +511,14 @@ scheme.")
|
|||
(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)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue