mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gd: Fix source URL.
This is a followup to 3f0603ea65
.
* gnu/packages/gd.scm (gd-2.2.4)[source]: Fix URL.
This commit is contained in:
parent
3f0603ea65
commit
53b8ee2881
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ (define gd-2.2.4
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/libgd/libgd/releases/download/"
|
||||
"gd" version "/libgd-" version ".tar.xz"))
|
||||
"gd-" version "/libgd-" version ".tar.xz"))
|
||||
(patches (search-patches "gd-fix-gd2-read-test.patch"
|
||||
"gd-fix-tests-on-i686.patch"))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue