3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

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