diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-17 16:04:15 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-17 16:04:43 +0200 |
commit | e905c8d6548f499bb958811d0520ce1846e9cc92 (patch) | |
tree | 2517d0bf268a6d57d43bbfdca61254b0ef940479 /gnu | |
parent | ff1d80f3041bb64c8237435b81e90bd9b60079dd (diff) | |
download | patches-e905c8d6548f499bb958811d0520ce1846e9cc92.tar patches-e905c8d6548f499bb958811d0520ce1846e9cc92.tar.gz |
gnu: fuse: Update to 2.9.9.
* gnu/packages/linux.scm (fuse): Update to 2.9.9.
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 c9baecfa28..8bdc6bdaf6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2119,7 +2119,7 @@ processes currently causing I/O.") (define-public fuse (package (name "fuse") - (version "2.9.8") + (version "2.9.9") (source (origin (method url-fetch) (uri (string-append "https://github.com/libfuse/libfuse/releases/" @@ -2127,7 +2127,7 @@ processes currently causing I/O.") "/fuse-" version ".tar.gz")) (sha256 (base32 - "1qxg1r1mgysfq6qakmvid2njph3lr00w0swvydsfl9ymilfzi12y")) + "1ddlq6kzxilccgbvxjfx80jx6kamgw4sv49phks2zhlcc1frvrnh")) (patches (search-patches "fuse-overlapping-headers.patch")))) (build-system gnu-build-system) (inputs `(("util-linux" ,util-linux))) |