diff options
author | Leo Famulari <leo@famulari.name> | 2017-04-30 05:34:37 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-04-30 17:15:36 -0400 |
commit | 436c05586e973eb4f02ecc3e8ecf39bbbc792dfa (patch) | |
tree | f20024a090647183e978d58d8df6418af7367d5d /gnu | |
parent | 68f12ea0d2bd37f16cb912ddd9ffac536b6f16ef (diff) | |
download | patches-436c05586e973eb4f02ecc3e8ecf39bbbc792dfa.tar patches-436c05586e973eb4f02ecc3e8ecf39bbbc792dfa.tar.gz |
gnu: fuse: Update to 2.9.7.
* gnu/packages/linux.scm (fuse): Update to 2.9.7.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 008f0bbf3a..fb70bf0bb9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1451,7 +1451,7 @@ processes currently causing I/O.") (define-public fuse (package (name "fuse") - (version "2.9.6") + (version "2.9.7") (source (origin (method url-fetch) (uri (string-append "https://github.com/libfuse/libfuse/releases/" @@ -1459,7 +1459,7 @@ processes currently causing I/O.") "/fuse-" version ".tar.gz")) (sha256 (base32 - "0szi2vlsjxg03y4ji51jks34p269jqj5ify6l0ajsqq6f6y8pd0c")) + "0x486nri30f7cgy0acj87v9sjxsjrr0cymrvw4h3r0sgmp8k4943")) (patches (search-patches "fuse-overlapping-headers.patch")))) (build-system gnu-build-system) (inputs `(("util-linux" ,util-linux))) |