mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: httpfs2: Don't use NAME in source URI.
* gnu/packages/file-systems.scm (httpfs2)[source]: Hard-code NAME.
This commit is contained in:
parent
8ab684faa2
commit
c5edec09e8
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ (define-public httpfs2
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/httpfs/" name "/"
|
||||
name "-" version ".tar.gz"))
|
||||
(uri (string-append "mirror://sourceforge/httpfs/httpfs2/"
|
||||
"httpfs2-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1h8ggvhw30n2r6w11n1s458ypggdqx6ldwd61ma4yd7binrlpjq1"))))
|
||||
|
|
Loading…
Reference in a new issue