[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
56/112: gnu: libxdamage: Update to 1.1.6.
From: |
guix-commits |
Subject: |
56/112: gnu: libxdamage: Update to 1.1.6. |
Date: |
Thu, 9 Jan 2025 07:26:19 -0500 (EST) |
iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit 1380e314febdedc34aa8eb73ca5874afa1024d86
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Dec 28 18:08:48 2024 +0800
gnu: libxdamage: Update to 1.1.6.
* gnu/packages/xorg.scm (libxdamage): Update to 1.1.6.
Change-Id: If56209b7d3c68912cd4fc5183f5908daa2bb24bc
---
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 331c3bea85..e0f4a19aec 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4466,17 +4466,17 @@ cannot be adequately worked around on the client side
of the wire.")
(define-public libxdamage
(package
(name "libxdamage")
- (version "1.1.5")
+ (version "1.1.6")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXdamage-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0igaw2akjf712y3rv7lx473jigxmcv9rs9y8sbrvbhya8f30cd5p"))))
+ "04axzdx75w0wcb4na7lfpa0ai0fddw60dmg7cigs7z32a8gkqwsj"))))
(build-system gnu-build-system)
(propagated-inputs
;; These are all in the Requires or Requires.private field of xdamage.pc
- 71/112: gnu: libx11: Update to 1.8.10., (continued)
- 71/112: gnu: libx11: Update to 1.8.10., guix-commits, 2025/01/09
- 74/112: gnu: libxaw: Update to 1.0.16., guix-commits, 2025/01/09
- 79/112: gnu: xcb-util-renderutil: Update to 0.3.10., guix-commits, 2025/01/09
- 82/112: gnu: libxpresent: Update to 1.0.1., guix-commits, 2025/01/09
- 101/112: gnu: xf86-video-geode: Update to 2.11.21., guix-commits, 2025/01/09
- 109/112: gnu: xorg-server: Update to 21.1.15., guix-commits, 2025/01/09
- 97/112: gnu: xf86-input-void: Update to 1.4.2., guix-commits, 2025/01/09
- 107/112: gnu: xf86-video-r128: Update to 6.13.0., guix-commits, 2025/01/09
- 25/112: gnu: setxkbmap: Update to 1.3.4., guix-commits, 2025/01/09
- 39/112: gnu: xkbevd: Update to 1.1.6., guix-commits, 2025/01/09
- 56/112: gnu: libxdamage: Update to 1.1.6.,
guix-commits <=
- 44/112: gnu: xmodmap: Update to 1.0.11., guix-commits, 2025/01/09
- 36/112: gnu: libevdev: Update to 1.13.3., guix-commits, 2025/01/09
- 52/112: gnu: xwd: Update to 1.0.9., guix-commits, 2025/01/09
- 59/112: gnu: libxrender: Update to 0.9.12., guix-commits, 2025/01/09
- 54/112: gnu: xwud: Update to 1.0.7., guix-commits, 2025/01/09
- 60/112: gnu: libxtst: Update to 1.2.5., guix-commits, 2025/01/09
- 63/112: gnu: libxau: Update to 1.0.12., guix-commits, 2025/01/09
- 70/112: gnu: libxcvt: Update to 0.1.3., guix-commits, 2025/01/09
- 72/112: gnu: libxcursor: Update to 1.2.3., guix-commits, 2025/01/09
- 73/112: gnu: libxt: Update to 1.3.1., guix-commits, 2025/01/09