gnu: fuse-exfat: Update to 1.3.0.

* gnu/packages/linux.scm (fuse-exfat): Update to 1.3.0.
master
Ludovic Courtès 2018-11-19 09:44:22 +01:00
parent c39f3e1c43
commit 1372754dc0
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -3188,7 +3188,7 @@ is flexible, efficient and uses a modular implementation.")
(define-public fuse-exfat
(package
(name "fuse-exfat")
(version "1.2.8")
(version "1.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3196,7 +3196,7 @@ is flexible, efficient and uses a modular implementation.")
version "/" name "-" version ".tar.gz"))
(sha256
(base32
"1jwnxw0bg9v5ij8xvbg4xpjr50nykq8a1lmc2xkblz204rq7wd8z"))))
"1lz00q8g4590mrdqmf13ba1s9zrqq645ymgm5p9y99ad0qv22r87"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))