guix-commits
[Top][All Lists]
Advanced

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

03/12: gnu: libkomparediff2: Don't use NAME in source URI.


From: guix-commits
Subject: 03/12: gnu: libkomparediff2: Don't use NAME in source URI.
Date: Sat, 11 May 2019 18:27:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 40b5ec2f3e1aeb614b1bb8d9252c835820d2fa20
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat May 11 20:24:42 2019 +0200

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

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 83d4e17..29e4ade 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -454,8 +454,8 @@ other special events for a geographical region.")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append "mirror://kde/stable/applications"
-                            "/" version "/src/" name "-" version ".tar.xz"))
+        (uri (string-append "mirror://kde/stable/applications/" version
+                            "/src/libkomparediff2-" version ".tar.xz"))
         (sha256
          (base32
           "0w6p8lvm2rn7y4qz0x3s87lwh1758xnyhwkkkng55n8v9rpjjw7l"))))



reply via email to

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