guix-commits
[Top][All Lists]
Advanced

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

04/15: gnu: libjpeg-turbo: Don't use NAME in source URI.


From: guix-commits
Subject: 04/15: gnu: libjpeg-turbo: Don't use NAME in source URI.
Date: Sun, 17 Feb 2019 12:46:56 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit ec92d786be1987e38b588a1c2a623676ab9eeed1
Author: Marius Bakke <address@hidden>
Date:   Sat Feb 16 19:54:34 2019 +0100

    gnu: libjpeg-turbo: Don't use NAME in source URI.
    
    * gnu/packages/image.scm (libjpeg-turbo)[source](uri): Hard-code NAME.
---
 gnu/packages/image.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index f217c36..a4418d4 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1301,8 +1301,8 @@ PNG, and performs PNG integrity checks and corrections.")
     (version "2.0.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://sourceforge/" name "/" version "/"
-                                  name "-" version ".tar.gz"))
+              (uri (string-append "mirror://sourceforge/libjpeg-turbo/"
+                                  version "/libjpeg-turbo-" version ".tar.gz"))
               (sha256
                (base32
                 "1zv6z093l3x3jzygvni7b819j7xhn6d63jhcdrckj7fz67n6ry75"))))



reply via email to

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