mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: exfat-utils: Update to 1.4.0.
* gnu/packages/file-systems.scm (exfat-utils): Update to 1.4.0.
This commit is contained in:
parent
39a29fc4c1
commit
952a0ce280
1 changed files with 2 additions and 2 deletions
|
@ -373,7 +373,7 @@ (define-public davfs2
|
|||
(define-public exfat-utils
|
||||
(package
|
||||
(name "exfat-utils")
|
||||
(version "1.3.0")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -381,7 +381,7 @@ (define-public exfat-utils
|
|||
"https://github.com/relan/exfat/releases/download/v"
|
||||
version "/exfat-utils-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0da8f8mm1sbwqp7prh78qk33xm0b8kk2d5is7mh2szlhgdxd1syz"))))
|
||||
(base32 "0sdzflmwcxjjliq1yqhidy46kbkvj16kxrbrgsj0ci0hjgx7a594"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://github.com/relan/exfat")
|
||||
(synopsis "Utilities to manipulate exFAT file systems")
|
||||
|
|
Loading…
Reference in a new issue