1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: exfat-utils: Update to 1.3.0.

* gnu/packages/mtools.scm (exfat-utils): Update to 1.3.0.
This commit is contained in:
Tobias Geerinckx-Rice
2018-09-17 22:40:30 +02:00
parent b22c44f1ea
commit 8ecd843df5

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")