[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: xf86-input-wacom: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
10/10: gnu: xf86-input-wacom: Don't use NAME in source URI. |
Date: |
Wed, 25 Sep 2019 11:51:38 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit b106dd84dbf758efa8fb0212bdd8dc5999ccd8d9
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Sep 25 17:39:24 2019 +0200
gnu: xf86-input-wacom: Don't use NAME in source URI.
* gnu/packages/xdisorg.scm (xf86-input-wacom)[source]: Hard-code NAME.
---
gnu/packages/xdisorg.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 1700e7b..0b40ca6 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -999,7 +999,8 @@ Wacom tablet applet.")
(method url-fetch)
(uri (string-append
"https://github.com/linuxwacom/xf86-input-wacom/releases/download/"
- name "-" version "/" name "-" version ".tar.bz2"))
+ "xf86-input-wacom-" version "/"
+ "xf86-input-wacom-" version ".tar.bz2"))
(sha256
(base32
"029y8varbricba2dzhzhy0ndd7lbfif411ca8c3wxzni9qmbj1ij"))))
- branch master updated (8dc3c2a -> b106dd8), guix-commits, 2019/09/25
- 04/10: gnu: mlt: Update to 6.16.0., guix-commits, 2019/09/25
- 02/10: gnu: spirv-tools: Update to 2019.2., guix-commits, 2019/09/25
- 01/10: gnu: you-get: Update to 0.4.1355., guix-commits, 2019/09/25
- 07/10: gnu: iproute2: Add libmnl input., guix-commits, 2019/09/25
- 03/10: gnu: spirv-tools: Use GIT-FILE-NAME., guix-commits, 2019/09/25
- 05/10: gnu: rofi: Update to 1.5.4., guix-commits, 2019/09/25
- 10/10: gnu: xf86-input-wacom: Don't use NAME in source URI.,
guix-commits <=
- 06/10: gnu: iproute2: Update to 5.3.0., guix-commits, 2019/09/25
- 08/10: gnu: celluloid: Update to 0.17 from gnome-mpv., guix-commits, 2019/09/25
- 09/10: gnu: youtube-dl: Update to 2019.09.12.1., guix-commits, 2019/09/25