Skip to content
Snippets Groups Projects
Unverified Commit 416c57f0 authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: ddrescue: Update to 1.22.

* gnu/packages/disk.scm (ddrescue): Update to 1.22.
[home-page]: Use HTTPS.
parent cc1c3977
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ (define-public gptfdisk
(define-public ddrescue
(package
(name "ddrescue")
(version "1.21")
(version "1.22")
(source
(origin
(method url-fetch)
......@@ -162,9 +162,9 @@ (define-public ddrescue
version ".tar.lz"))
(sha256
(base32
"1b71hb42lh33y9843nd1mxlwkk9qh9ajvnz6ivzd1jq9lav4x7ph"))))
"19qhx9ggkkjl0g3a88g501wmybkj1y4n5lm5kp0km0blh0p7p189"))))
(build-system gnu-build-system)
(home-page "http://www.gnu.org/software/ddrescue/ddrescue.html")
(home-page "https://www.gnu.org/software/ddrescue/ddrescue.html")
(synopsis "Data recovery utility")
(native-inputs `(("lzip" ,lzip)))
(description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment