guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: fuse: Update to 2.9.6.


From: Leo Famulari
Subject: 01/02: gnu: fuse: Update to 2.9.6.
Date: Wed, 25 May 2016 15:50:37 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 0e9bc883b428ca7721d9bbfe7089648c1f221d14
Author: Leo Famulari <address@hidden>
Date:   Tue May 24 13:12:35 2016 -0400

    gnu: fuse: Update to 2.9.6.
    
    * gnu/packages/linux.scm (fuse): Update to 2.9.6.
    [home-page]: Update home-page URL.
---
 gnu/packages/linux.scm |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ed8ef8b..f1c4c73 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1293,18 +1293,15 @@ processes currently causing I/O.")
 (define-public fuse
   (package
     (name "fuse")
-    (version "2.9.5")
+    (version "2.9.6")
     (source (origin
               (method url-fetch)
-              (uri (let ((version-with-underscores
-                          (string-join (string-split version #\.) "_")))
-                     (string-append
-                       "https://github.com/libfuse/libfuse/";
-                       "releases/download/fuse_" version-with-underscores
-                       "/fuse-" version ".tar.gz")))
+              (uri (string-append 
"https://github.com/libfuse/libfuse/releases/";
+                                  "download/fuse-" version
+                                  "/fuse-" version ".tar.gz"))
               (sha256
                (base32
-                "1dfvbi1p57svbv2sfnbqwpnsk219spvjnlapf35azhgzqlf3g7sp"))))
+                "0szi2vlsjxg03y4ji51jks34p269jqj5ify6l0ajsqq6f6y8pd0c"))))
     (build-system gnu-build-system)
     (inputs `(("util-linux" ,util-linux)))
     (arguments
@@ -1340,7 +1337,7 @@ processes currently causing I/O.")
                     (("-DFUSERMOUNT_DIR=[[:graph:]]+")
                      "-DFUSERMOUNT_DIR=\\\"/var/empty\\\"")))
                 %standard-phases)))
-    (home-page "http://fuse.sourceforge.net/";)
+    (home-page "https://github.com/libfuse/libfuse";)
     (synopsis "Support file systems implemented in user space")
     (description
      "As a consequence of its monolithic design, file system code for Linux



reply via email to

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