gnu: exfat-utils: Update to 1.3.0.
* gnu/packages/mtools.scm (exfat-utils): Update to 1.3.0.
This commit is contained in:
parent
b22c44f1ea
commit
8ecd843df5
@ -49,7 +49,7 @@ FAT-specific file attributes.")
|
|||||||
(define-public exfat-utils
|
(define-public exfat-utils
|
||||||
(package
|
(package
|
||||||
(name "exfat-utils")
|
(name "exfat-utils")
|
||||||
(version "1.2.8")
|
(version "1.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -57,7 +57,7 @@ FAT-specific file attributes.")
|
|||||||
version "/" name "-" version ".tar.gz"))
|
version "/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09yf41mgwp8wg0psq347d5razllilx1sd4ij9173nri47p9465jw"))))
|
"0da8f8mm1sbwqp7prh78qk33xm0b8kk2d5is7mh2szlhgdxd1syz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://github.com/relan/exfat")
|
(home-page "https://github.com/relan/exfat")
|
||||||
(synopsis "Utilities to manipulate exFAT file systems")
|
(synopsis "Utilities to manipulate exFAT file systems")
|
||||||
|
Loading…
Reference in New Issue
Block a user