gnu: dosfstools: Update to 4.2.
* gnu/packages/disk.scm (dosfstools): Update to 4.2. [source]: Code name hard.master
parent
203c23cb36
commit
3ddb2dec2a
|
@ -376,16 +376,15 @@ to recover data more efficiently by only reading the necessary blocks.")
|
||||||
(define-public dosfstools
|
(define-public dosfstools
|
||||||
(package
|
(package
|
||||||
(name "dosfstools")
|
(name "dosfstools")
|
||||||
(version "4.1")
|
(version "4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/" name "/" name
|
(uri (string-append "https://github.com/dosfstools/dosfstools"
|
||||||
"/releases/download/v" version "/"
|
"/releases/download/v" version "/"
|
||||||
name "-" version ".tar.xz"))
|
"dosfstools-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "09xm1540h9npqw0s5s2335xqxfdp059rl98l3fidr4h0z7mnx4k4"))))
|
||||||
"0wy13i3i4x2bw1hf5m4fd0myh61f9bcrs035fdlf6gyc1jksrcp6"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--enable-compat-symlinks")
|
`(#:configure-flags (list "--enable-compat-symlinks")
|
||||||
|
|
Reference in New Issue