aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-05-24 13:12:35 -0400
committerLeo Famulari <leo@famulari.name>2016-05-25 11:50:20 -0400
commit0e9bc883b428ca7721d9bbfe7089648c1f221d14 (patch)
tree9c52fd8dc1f1f31da0cee2602ba84fea0e0e4f29
parentc99bf9b2ea24bcd2f8498121f65618ff967a9140 (diff)
downloadguix-0e9bc883b428ca7721d9bbfe7089648c1f221d14.tar.gz
guix-0e9bc883b428ca7721d9bbfe7089648c1f221d14.zip
gnu: fuse: Update to 2.9.6.
* gnu/packages/linux.scm (fuse): Update to 2.9.6. [home-page]: Update home-page URL.
-rw-r--r--gnu/packages/linux.scm15
1 files changed, 6 insertions, 9 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ed8ef8becf..f1c4c7342a 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
a href='/guix/commit/gnu/packages/photo.scm?id=bc5155b952ae8bdbc56aded4d8d39768b4e2a7d4'>Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner 2021-10-23gnu: Rename openexr to openexr-2....Vinicius Monego 2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe 2021-10-02gnu: Update gtkmm to 4.2.0, add gtkmm@3, and adjust gtkmm@2....Raghav Gururajan 2021-09-26gnu: darktable: Update to 3.6.1....Vinicius Monego 2021-09-26gnu: darktable: Add powerpc64le-linux to supported systems....Vinicius Monego 2021-09-07Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-08-12Merge branch 'master' into core-updates-frozen...Marius Bakke 2021-08-27gnu: ocl-icd: Replace with opencl-icd-loader....Lars-Dominik Braun 2021-08-08gnu: darktable: Add compatibility for ROCm....Lars-Dominik Braun 2021-07-27gnu: RawTherapee: Use HTTPS URLs....Leo Famulari 2021-07-24gnu: Use 'search-input-directory' for the OpenEXR header directory....Ludovic Courtès 2021-07-18Merge branch 'master' into core-updatesLudovic Courtès 2021-07-08gnu: darktable: Update to 3.6.0....John Kehayias 2021-06-29gnu: photoflare: Update to 1.6.9....Tobias Geerinckx-Rice 2021-06-19Merge branch 'master' into core-updates...Marius Bakke 2021-06-14gnu: Rename qtbase to qtbase-5....Maxim Cournoyer