[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: xev: Update to 1.2.3.
From: |
guix-commits |
Subject: |
04/09: gnu: xev: Update to 1.2.3. |
Date: |
Wed, 20 Feb 2019 11:01:01 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit bcc39dad9df9a794d0755da17705fc91bc62002a
Author: Marius Bakke <address@hidden>
Date: Wed Feb 20 16:19:38 2019 +0100
gnu: xev: Update to 1.2.3.
* gnu/packages/xorg.scm (xev): Update to 1.2.3.
[home-page]: Set to source repository.
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 5d3bbe3..5beb798 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2328,7 +2328,7 @@ DRI (Direct Rendering Infrastructure) drivers.")
(define-public xev
(package
(name "xev")
- (version "1.2.2")
+ (version "1.2.3")
(source
(origin
(method url-fetch)
@@ -2338,7 +2338,7 @@ DRI (Direct Rendering Infrastructure) drivers.")
".tar.bz2"))
(sha256
(base32
- "0krivhrxpq6719103r541xpi3i3a0y15f7ypc4lnrx8sdhmfcjnr"))))
+ "02ddsdx138g7szhwklpbzi0cxr34871iay3k28kdcihrz8f4zg36"))))
(build-system gnu-build-system)
(inputs
`(("libxrender" ,libxrender)
@@ -2347,7 +2347,7 @@ DRI (Direct Rendering Infrastructure) drivers.")
("libx11" ,libx11)))
(native-inputs
`(("pkg-config" ,pkg-config)))
- (home-page "https://www.x.org/wiki/")
+ (home-page "https://gitlab.freedesktop.org/xorg/app/xev")
(synopsis "Print contents of X events")
(description
"XEv creates a window and then asks the X server to send it X11
- branch master updated (4727e69 -> 78b2eb1), guix-commits, 2019/02/20
- 04/09: gnu: xev: Update to 1.2.3.,
guix-commits <=
- 02/09: gnu: OpenSSL: Don't use NAME in source URI., guix-commits, 2019/02/20
- 01/09: gnu: OpenSSL: Remove obsolete code., guix-commits, 2019/02/20
- 03/09: gnu: xmodmap: Update to 1.0.10., guix-commits, 2019/02/20
- 05/09: gnu: xhost: Update to 1.0.8., guix-commits, 2019/02/20
- 06/09: gnu: xlsatoms: Update to 1.1.3., guix-commits, 2019/02/20
- 09/09: gnu: xclock: Update to 1.0.8., guix-commits, 2019/02/20
- 08/09: gnu: xvinfo: Update to 1.1.4., guix-commits, 2019/02/20
- 07/09: gnu: xrdb: Update to 1.2.0., guix-commits, 2019/02/20