me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/file-systems.scm (httpfs2)[source]: Hard-code NAME.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@
(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"))))