gnu: exfat-utils: Update to 1.3.0.

* gnu/packages/mtools.scm (exfat-utils): Update to 1.3.0.
master
Tobias Geerinckx-Rice 2018-09-17 22:40:30 +02:00
parent b22c44f1ea
commit 8ecd843df5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ FAT-specific file attributes.")
(define-public exfat-utils
(package
(name "exfat-utils")
(version "1.2.8")
(version "1.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -57,7 +57,7 @@ FAT-specific file attributes.")
version "/" name "-" version ".tar.gz"))
(sha256
(base32
"09yf41mgwp8wg0psq347d5razllilx1sd4ij9173nri47p9465jw"))))
"0da8f8mm1sbwqp7prh78qk33xm0b8kk2d5is7mh2szlhgdxd1syz"))))
(build-system gnu-build-system)
(home-page "https://github.com/relan/exfat")
(synopsis "Utilities to manipulate exFAT file systems")