guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: gd: Fix source URL.


From: Marius Bakke
Subject: 01/03: gnu: gd: Fix source URL.
Date: Fri, 20 Jan 2017 18:36:39 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 53b8ee28818b6351f9ccf62d49a8e1f23d39378d
Author: Marius Bakke <address@hidden>
Date:   Fri Jan 20 19:34:51 2017 +0100

    gnu: gd: Fix source URL.
    
    This is a followup to 3f0603ea653cefa9ff728c2637d3cd0d778b3602.
    
    * gnu/packages/gd.scm (gd-2.2.4)[source]: Fix URL.
---
 gnu/packages/gd.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm
index 0f4f3e4..713f7ae 100644
--- a/gnu/packages/gd.scm
+++ b/gnu/packages/gd.scm
@@ -86,7 +86,7 @@ most common applications of GD involve website development.")
       (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]