mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: ddrescue: Update to 1.26.
* gnu/packages/disk.scm (ddrescue): Update to 1.26.
This commit is contained in:
parent
fc7fc13716
commit
a30085f545
1 changed files with 2 additions and 2 deletions
|
@ -416,14 +416,14 @@ (define-public gptfdisk
|
||||||
(define-public ddrescue
|
(define-public ddrescue
|
||||||
(package
|
(package
|
||||||
(name "ddrescue")
|
(name "ddrescue")
|
||||||
(version "1.25")
|
(version "1.26")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/ddrescue/ddrescue-"
|
(uri (string-append "mirror://gnu/ddrescue/ddrescue-"
|
||||||
version ".tar.lz"))
|
version ".tar.lz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qqh38izl5ppap9a5izf3hijh94k65s3zbfkczd4b7x04syqwlyf"))))
|
(base32 "07smgh9f2p90zgyyrddzjwaz0v8glh5d95qiv7yhv0frj0xcs4z5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list (string-append "CXX=" ,(cxx-for-target)))))
|
`(#:configure-flags (list (string-append "CXX=" ,(cxx-for-target)))))
|
||||||
|
|
Loading…
Reference in a new issue