distro: gmp: Fix typo in URL.
* distro/base.scm (gmp): Fix URL.
This commit is contained in:
parent
437fd80992
commit
54ba617e9f
@ -162,7 +162,7 @@ macro processor in its own right.")
|
||||
(version "5.0.5")
|
||||
(source (origin
|
||||
(method http-fetch)
|
||||
(uri (string-append "http://ftp.gnu.org/gnu/gmp-" version
|
||||
(uri (string-append "http://ftp.gnu.org/gnu/gmp/gmp-" version
|
||||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
|
Loading…
Reference in New Issue
Block a user