diff options
author | 宋文武 <[email protected]> | 2024-12-28 18:08:48 +0800 |
---|---|---|
committer | 宋文武 <[email protected]> | 2025-01-31 16:39:25 +0800 |
commit | c3dbd5cb1e79be05c20d310a220e584aa1a8413d (patch) | |
tree | 468662dee8fb1af450bc25eb57932ecf21444d00 | |
parent | 290378321f735fab02c3e1deaf8489aa41b3ed2c (diff) |
gnu: libxdamage: Update to 1.1.6.
* gnu/packages/xorg.scm (libxdamage): Update to 1.1.6.
Change-Id: If56209b7d3c68912cd4fc5183f5908daa2bb24bc
-rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index cafd427ef7..8d3385c30b 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4467,17 +4467,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 |