gnu: httpfs2: Don't use NAME in source URI.

* gnu/packages/file-systems.scm (httpfs2)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-13 23:32:29 +01:00
parent 8ab684faa2
commit c5edec09e8
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -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"))))