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:
parent
19f4554c94
commit
826244f01a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue