mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: fuse: Fix source URI.
This is a followup to commit b7e7d1b9d3.
* gnu/packages/linux.scm (fuse)[source]: Fix source URI.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user