mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -05:00
distro: gmp: Fix typo in URL.
* distro/base.scm (gmp): Fix URL.
This commit is contained in:
parent
437fd80992
commit
54ba617e9f
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ (define-public gmp
|
||||||
(version "5.0.5")
|
(version "5.0.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method http-fetch)
|
(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"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in a new issue