summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-11-19 09:44:22 +0100
committerLudovic Courtès <ludo@gnu.org>2018-11-19 09:59:08 +0100
commit1372754dc0a5b67612961d88f2087572b792dbe2 (patch)
tree88328125db171a7a7cf28ea21143a48bd54e87d5 /gnu
parentc39f3e1c43aab832b7c24b074b22468079757832 (diff)
downloadpatches-1372754dc0a5b67612961d88f2087572b792dbe2.tar
patches-1372754dc0a5b67612961d88f2087572b792dbe2.tar.gz
gnu: fuse-exfat: Update to 1.3.0.
* gnu/packages/linux.scm (fuse-exfat): Update to 1.3.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 28c699cce4..5f5d55b691 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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)))