guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: fuse: Update to 2.9.9.


From: guix-commits
Subject: 01/05: gnu: fuse: Update to 2.9.9.
Date: Tue, 17 Sep 2019 10:06:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e905c8d6548f499bb958811d0520ce1846e9cc92
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Sep 17 16:04:15 2019 +0200

    gnu: fuse: Update to 2.9.9.
    
    * gnu/packages/linux.scm (fuse): Update to 2.9.9.
---
 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 c9baecf..8bdc6bd 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]