gnu: exfat-utils: Update to 1.2.5.

* gnu/packages/mtools.scm (exfat-utils): Update to 1.2.5.
master
Tobias Geerinckx-Rice 2016-12-05 20:19:54 +01:00
parent 8975d00cd6
commit 694f485b47
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
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.4")
(version "1.2.5")
(source (origin
(method url-fetch)
(uri (string-append
@ -57,7 +57,7 @@ FAT-specific file attributes.")
version "/" name "-" version ".tar.gz"))
(sha256
(base32
"04dvrdmwmj9ggad8aq6inbjcq2yi9i62z42nnivhk7bb84k1k9ba"))))
"1qhvjd6dmzhxjdnm4cklajbr03wsjjvkxrsjij517a33napcl93s"))))
(build-system gnu-build-system)
(home-page "https://github.com/relan/exfat")
(synopsis "Utilities to manipulate exFAT file systems")