[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/33: gnu: xhost: Update to 1.0.9.
From: |
guix-commits |
Subject: |
22/33: gnu: xhost: Update to 1.0.9. |
Date: |
Tue, 31 Jan 2023 05:55:55 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit ecc124e2e02afae621d9b29d3079eee0acf5fb41
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 31 12:08:31 2023 +0200
gnu: xhost: Update to 1.0.9.
* gnu/packages/xorg.scm (xhost): Update to 1.0.9.
[native-inputs]: Add gettext-minimal.
---
gnu/packages/xorg.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 96e0a1236a..c0ce4beb02 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3650,22 +3650,22 @@ monitor via the X video mode extension.")
(define-public xhost
(package
(name "xhost")
- (version "1.0.8")
+ (version "1.0.9")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/xhost-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "15n3mnd4i5kh4z32qv11580qjgvnng0wry2y753ljrqkkrbkrp52"))))
+ "0ib66h78ykc4zki4arh8hkcsgk1mk8yyy0ay5sdb2d908qqvb1pa"))))
(build-system gnu-build-system)
(inputs
(list libxmu libxau libx11))
(native-inputs
- (list pkg-config))
+ (list gettext-minimal pkg-config))
(home-page "https://gitlab.freedesktop.org/xorg/app/xhost")
(synopsis "Xorg server access control utility")
(description
- 20/33: gnu: xf86-video-vmware: Update to 13.4.0., (continued)
- 20/33: gnu: xf86-video-vmware: Update to 13.4.0., guix-commits, 2023/01/31
- 24/33: gnu: xkbprint: Update to 1.0.6., guix-commits, 2023/01/31
- 25/33: gnu: xkill: Update to 1.0.6., guix-commits, 2023/01/31
- 26/33: gnu: xlsatoms: Update to 1.1.4., guix-commits, 2023/01/31
- 29/33: gnu: xrandr: Update to 1.5.2., guix-commits, 2023/01/31
- 31/33: gnu: xvinfo: Update to 1.1.5., guix-commits, 2023/01/31
- 32/33: gnu: xinit: Update to 1.4.2., guix-commits, 2023/01/31
- 33/33: gnu: libxaw3d: Update to 1.6.4., guix-commits, 2023/01/31
- 09/33: gnu: sessreg: Update to 1.1.3., guix-commits, 2023/01/31
- 19/33: gnu: xf86-video-vesa: Update to 2.6.0., guix-commits, 2023/01/31
- 22/33: gnu: xhost: Update to 1.0.9.,
guix-commits <=