mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -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
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/httpfs/" name "/"
|
(uri (string-append "mirror://sourceforge/httpfs/httpfs2/"
|
||||||
name "-" version ".tar.gz"))
|
"httpfs2-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h8ggvhw30n2r6w11n1s458ypggdqx6ldwd61ma4yd7binrlpjq1"))))
|
"1h8ggvhw30n2r6w11n1s458ypggdqx6ldwd61ma4yd7binrlpjq1"))))
|
||||||
|
|
Loading…
Reference in a new issue