guix-commits
[Top][All Lists]
Advanced

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

01/16: gnu: xfce4-clipman-plugin: Don't use NAME in source URI.


From: guix-commits
Subject: 01/16: gnu: xfce4-clipman-plugin: Don't use NAME in source URI.
Date: Sat, 7 Mar 2020 07:21:10 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0bbf14ce934962ccf34480c780e68becae8eff73
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 7 11:52:42 2020 +0100

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

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index fe5f2e6..b8c4b4f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -389,8 +389,8 @@ applications menu, workspace switcher and more.")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/";
-                                  name "/" (version-major+minor version) "/"
-                                  name "-" version ".tar.bz2"))
+                                  "xfce4-clipman-plugin/" (version-major+minor 
version) "/"
+                                  "xfce4-clipman-plugin-" version ".tar.bz2"))
               (sha256
                (base32
                 "1liacff4wl5mpyf9dzdrfbwxzmhl95y5nsfc0jf5rgalzdgbik99"))))



reply via email to

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