guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: fuse: Fix source URI.


From: Mark H. Weaver
Subject: 01/01: gnu: fuse: Fix source URI.
Date: Wed, 30 Dec 2015 03:25:09 +0000

mhw pushed a commit to branch master
in repository guix.

commit 826244f01ac4aa5e3cf6a38093cd1bde30876779
Author: Mark H Weaver <address@hidden>
Date:   Tue Dec 29 22:24:20 2015 -0500

    gnu: fuse: Fix source URI.
    
    This is a followup to commit b7e7d1b9d3121f057e71e17e1ead645d123ee335.
    
    * gnu/packages/linux.scm (fuse)[source]: Fix source URI.
---
 gnu/packages/linux.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index efad70e..3d14154 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1249,7 +1249,7 @@ processes currently causing I/O.")
                           (string-join (string-split version #\.) "_")))
                      (string-append
                        "https://github.com/libfuse/libfuse/";
-                       "releases/download/" version-with-underscores
+                       "releases/download/fuse_" version-with-underscores
                        "/fuse-" version ".tar.gz")))
               (sha256
                (base32



reply via email to

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