[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: fuse: Update to 2.9.7.
From: |
Leo Famulari |
Subject: |
01/02: gnu: fuse: Update to 2.9.7. |
Date: |
Sun, 30 Apr 2017 17:15:49 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 436c05586e973eb4f02ecc3e8ecf39bbbc792dfa
Author: Leo Famulari <address@hidden>
Date: Sun Apr 30 05:34:37 2017 -0400
gnu: fuse: Update to 2.9.7.
* gnu/packages/linux.scm (fuse): Update to 2.9.7.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 008f0bb..fb70bf0 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)))