mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
distro: gmp: Fix typo in URL.
* distro/base.scm (gmp): Fix URL.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user