[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/113: gnu: util-macros: Update to 1.20.2.
From: |
guix-commits |
Subject: |
04/113: gnu: util-macros: Update to 1.20.2. |
Date: |
Mon, 27 Jan 2025 06:27:46 -0500 (EST) |
iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit 930c05db225b86521fc5d69cf0e8504f33a3860d
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 16:21:03 2024 +0800
gnu: util-macros: Update to 1.20.2.
* gnu/packages/xorg.scm (util-macros): Update to 1.20.2.
Change-Id: I1d352d9a47314fab3c44a273e9c2839ac1f62cae
---
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 6961ee8fcb..34478a02bd 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2002,17 +2002,17 @@ management to participate in an X11R6 session.")
(define-public util-macros
(package
(name "util-macros")
- (version "1.19.3")
+ (version "1.20.2")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/util/util-macros-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0w8ryfqylprz37zj9grl4jzdsqq67ibfwq5raj7vm1i7kmp2x08g"))))
+ "13ifr0dabci130xk04kp9bq16g9kbyzf8x1mgdyjsrsglbmnkhls"))))
(build-system gnu-build-system)
(native-inputs (list pkg-config))
(arguments
- branch xorg-updates created (now a8279e10df), guix-commits, 2025/01/27
- 14/113: gnu: libxshmfence: Update to 1.3.3., guix-commits, 2025/01/27
- 09/113: gnu: font-util: Update to 1.4.1., guix-commits, 2025/01/27
- 17/113: gnu: libfs: Update to 1.0.10., guix-commits, 2025/01/27
- 24/113: gnu: mkfontscale: Update to 1.2.3., guix-commits, 2025/01/27
- 29/113: gnu: xbitmaps: Update to 1.1.3., guix-commits, 2025/01/27
- 37/113: gnu: xinput: Update to 1.6.4., guix-commits, 2025/01/27
- 31/113: gnu: xcb-proto: Update to 1.17.0., guix-commits, 2025/01/27
- 41/113: gnu: xlsfonts: Update to 1.0.8., guix-commits, 2025/01/27
- 04/113: gnu: util-macros: Update to 1.20.2.,
guix-commits <=
- 12/113: gnu: iceauth: Update to 1.0.10., guix-commits, 2025/01/27
- 18/113: gnu: libpciaccess: Update to 0.18.1., guix-commits, 2025/01/27
- 42/113: gnu: xfontsel: Update to 1.1.1., guix-commits, 2025/01/27
- 15/113: gnu: bdftopcf: Update to 1.1.2., guix-commits, 2025/01/27
- 35/113: gnu: libevdev: Update to 1.13.3., guix-commits, 2025/01/27
- 56/113: gnu: libxext: Update to 1.3.6., guix-commits, 2025/01/27
- 63/113: gnu: libxfixes: Update to 6.0.1., guix-commits, 2025/01/27
- 100/113: gnu: xf86-video-i128: Update to 1.4.1., guix-commits, 2025/01/27
- 94/113: gnu: xf86-input-mouse: Update to 1.9.5., guix-commits, 2025/01/27
- 102/113: gnu: xf86-video-mga: Update to 2.1.0., guix-commits, 2025/01/27