mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05: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:
parent
19f4554c94
commit
826244f01a
1 changed files with 1 additions and 1 deletions
|
@ -1249,7 +1249,7 @@ (define-public fuse
|
|||
(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 a new issue