[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/113: gnu: libxshmfence: Update to 1.3.3.
From: |
guix-commits |
Subject: |
14/113: gnu: libxshmfence: Update to 1.3.3. |
Date: |
Mon, 27 Jan 2025 06:27:48 -0500 (EST) |
iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit e06ea0fcd7c71f8ef7a2782201f26b0fba2c216a
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 16:30:50 2024 +0800
gnu: libxshmfence: Update to 1.3.3.
* gnu/packages/xorg.scm (libxshmfence): Update to 1.3.3.
Change-Id: Id4b27ca23df5af10308d1fad61b9e0ce27ce00f8
---
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 b208ff85a2..3e8c2f5e7d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1097,15 +1097,15 @@ of new capabilities and controls for text keyboards.")
(define-public libxshmfence
(package
(name "libxshmfence")
- (version "1.3")
+ (version "1.3.3")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/"
- name "-" version ".tar.bz2"))
+ name "-" version ".tar.xz"))
(sha256
(base32
- "1ir0j92mnd1nk37mrv9bz5swnccqldicgszvfsh62jd14q6k115q"))))
+ "046y7zn8agp8kdr1lg11yyvpx90i9sjf77h25jhgx5msd84xz96l"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
- branch xorg-updates created (now a8279e10df), guix-commits, 2025/01/27
- 14/113: gnu: libxshmfence: Update to 1.3.3.,
guix-commits <=
- 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, 2025/01/27
- 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