iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit c898227306ea67c46110c0fcb31199183296489d
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 18:04:56 2024 +0800
gnu: xrandr: Update to 1.5.3.
* gnu/packages/xorg.scm (xrandr): Update to 1.5.3.
Change-Id: I07cfc3a56514a12288252586800c6d5e169bf157
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index f4730c8f51..9ca0f42440 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4155,7 +4155,7 @@ an X server.")
(define-public xrandr
(package
(name "xrandr")
- (version "1.5.2")
+ (version "1.5.3")
(source
(origin
(method url-fetch)
@@ -4164,7 +4164,7 @@ an X server.")
version ".tar.xz"))
(sha256
(base32
- "0h7jy4c5zgrr06fimnnxhy5ba782b1n4aik29g6bln4h1mwy9gn8"))))
+ "0744kfafd98q2zswyzva837qgvmdpfv80ilnp7x4fhdpmmk7bpgq"))))
(build-system gnu-build-system)
(inputs
(list libxrender libxrandr xorgproto libx11))