me
/
guix
Archived
1
0
Fork 0

gnu: ddrescue: Update to 1.28.

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

Change-Id: I6211c020890df293312d7c5cf213c12467fc9d00
master
Vinicius Monego 2024-03-29 17:47:46 -03:00
parent 8541aaa07f
commit a414fd2c9a
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 2 deletions

View File

@ -507,14 +507,14 @@ scheme.")
(define-public ddrescue
(package
(name "ddrescue")
(version "1.27")
(version "1.28")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/ddrescue/ddrescue-"
version ".tar.lz"))
(sha256
(base32 "1srj68c7q0r5m7rzv3km43ndcs7xjw053r336vjiakx4qnc0rj1q"))))
(base32 "1h8hxgxgwz0ih4p38b6k49i1b6r7qli8b5fhr81ivk51gixc09k6"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list (string-append "CXX=" ,(cxx-for-target)))))