mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: dosfstools: Update to 4.2.
* gnu/packages/disk.scm (dosfstools): Update to 4.2. [source]: Code name hard.
This commit is contained in:
parent
203c23cb36
commit
3ddb2dec2a
1 changed files with 4 additions and 5 deletions
|
@ -376,16 +376,15 @@ (define-public ddrescue
|
|||
(define-public dosfstools
|
||||
(package
|
||||
(name "dosfstools")
|
||||
(version "4.1")
|
||||
(version "4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/" name "/" name
|
||||
(uri (string-append "https://github.com/dosfstools/dosfstools"
|
||||
"/releases/download/v" version "/"
|
||||
name "-" version ".tar.xz"))
|
||||
"dosfstools-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wy13i3i4x2bw1hf5m4fd0myh61f9bcrs035fdlf6gyc1jksrcp6"))))
|
||||
(base32 "09xm1540h9npqw0s5s2335xqxfdp059rl98l3fidr4h0z7mnx4k4"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--enable-compat-symlinks")
|
||||
|
|
Loading…
Reference in a new issue