[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/21: gnu: xf86-input-wacom: Update to 0.36.1.
From: |
Tobias Geerinckx-Rice |
Subject: |
03/21: gnu: xf86-input-wacom: Update to 0.36.1. |
Date: |
Wed, 6 Jun 2018 00:12:53 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit fe0497528188e9720a1a0833900745e4539d3b95
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Jun 6 00:29:20 2018 +0200
gnu: xf86-input-wacom: Update to 0.36.1.
* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.36.1.
[source]: Update URI.
---
gnu/packages/xdisorg.scm | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index b853ea1..e7e9ad2 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -920,15 +920,16 @@ Wacom tablet applet.")
(define-public xf86-input-wacom
(package
(name "xf86-input-wacom")
- (version "0.36.0")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "mirror://sourceforge/linuxwacom/xf86-input-wacom/"
- name "-" version ".tar.bz2"))
- (sha256
- (base32
- "1xi39hl8ddgj9m7m2k2ll2r3wh0k0aq45fvrsv43651bhz9cbrza"))))
+ (version "0.36.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+
"https://github.com/linuxwacom/xf86-input-wacom/releases/download/"
+ name "-" version "/" name "-" version ".tar.bz2"))
+ (sha256
+ (base32
+ "029y8varbricba2dzhzhy0ndd7lbfif411ca8c3wxzni9qmbj1ij"))))
(arguments
`(#:configure-flags
(list (string-append "--with-sdkdir="
- branch master updated (d83c9fc -> 37b561e), Tobias Geerinckx-Rice, 2018/06/06
- 01/21: gnu: libwacom, xf86-input-wacom: Update home page., Tobias Geerinckx-Rice, 2018/06/06
- 05/21: gnu: ruby-connection-pool: Update to 2.2.2., Tobias Geerinckx-Rice, 2018/06/06
- 06/21: gnu: ruby-eventmachine: Update to 1.2.7., Tobias Geerinckx-Rice, 2018/06/06
- 02/21: gnu: libwacom: Update to 0.30., Tobias Geerinckx-Rice, 2018/06/06
- 09/21: gnu: ruby-asciidoctor: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/06/06
- 04/21: gnu: linkchecker: Update to 9.4.0., Tobias Geerinckx-Rice, 2018/06/06
- 10/21: gnu: inxi: Fix man page location., Tobias Geerinckx-Rice, 2018/06/06
- 07/21: gnu: ruby-eventmachine: Use working home page., Tobias Geerinckx-Rice, 2018/06/06
- 03/21: gnu: xf86-input-wacom: Update to 0.36.1.,
Tobias Geerinckx-Rice <=
- 08/21: gnu: ruby-asciidoctor: Update to 1.5.7.1., Tobias Geerinckx-Rice, 2018/06/06
- 12/21: gnu: inxi: Update to 3.0.11-1., Tobias Geerinckx-Rice, 2018/06/06
- 15/21: gnu: cfitsio: Update to 3.450., Tobias Geerinckx-Rice, 2018/06/06
- 18/21: gnu: python-lmdb: Update to 0.94., Tobias Geerinckx-Rice, 2018/06/06
- 11/21: gnu: inxi: Use GIT-FETCH., Tobias Geerinckx-Rice, 2018/06/06
- 16/21: gnu: tomb: Update to 2.5., Tobias Geerinckx-Rice, 2018/06/06
- 13/21: gnu: wcslib: Fix build., Tobias Geerinckx-Rice, 2018/06/06
- 20/21: gnu: linsmith: Update to 0.99.31., Tobias Geerinckx-Rice, 2018/06/06
- 14/21: gnu: gnuastro: Update to 0.6., Tobias Geerinckx-Rice, 2018/06/06
- 17/21: gnu: debootstrap: Update to 1.0.101., Tobias Geerinckx-Rice, 2018/06/06