gnu: fuse-exfat: Update to 1.2.7.

* gnu/packages/linux.scm (fuse-exfat): Update to 1.2.7.
This commit is contained in:
Tobias Geerinckx-Rice 2017-06-05 13:49:46 +02:00
parent 3bee4b6196
commit be90008220
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -2861,7 +2861,7 @@ (define-public bluez
(define-public fuse-exfat
(package
(name "fuse-exfat")
(version "1.2.6")
(version "1.2.7")
(source (origin
(method url-fetch)
(uri (string-append
@ -2869,7 +2869,7 @@ (define-public fuse-exfat
version "/" name "-" version ".tar.gz"))
(sha256
(base32
"1rvq4hapy2anal1vg1yidv4x8rg4iw5sxfwqixkw0q2qsxb54471"))))
"0df0ccnd0dgwc6rvk9qmrz0nfb8whc5s3wg9qnw1mzbrh4rcvhw2"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))