diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-03-11 20:48:31 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-11 21:18:12 +0100 |
commit | b0c1c9b31426ba7f07b278ef8dc506614f594199 (patch) | |
tree | 916a8ac1e3f02903c079c9068556bf06165a126e /gnu | |
parent | d80dcf2bdd666277cd83bc4613924a63ec3bcfc3 (diff) | |
download | guix-b0c1c9b31426ba7f07b278ef8dc506614f594199.tar guix-b0c1c9b31426ba7f07b278ef8dc506614f594199.tar.gz |
gnu: libxdamage: Update to 1.1.5.
* gnu/packages/xorg.scm (libxdamage): Update to 1.1.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 01ce5ee7ab..658670f328 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4538,7 +4538,7 @@ cannot be adequately worked around on the client side of the wire.") (define-public libxdamage (package (name "libxdamage") - (version "1.1.4") + (version "1.1.5") (source (origin (method url-fetch) @@ -4548,7 +4548,7 @@ cannot be adequately worked around on the client side of the wire.") ".tar.bz2")) (sha256 (base32 - "1bamagq7g6s0d23l8rb3nppj8ifqj05f7z9bhbs4fdg8az3ffgvw")))) + "0igaw2akjf712y3rv7lx473jigxmcv9rs9y8sbrvbhya8f30cd5p")))) (build-system gnu-build-system) (propagated-inputs ;; These are all in the Requires or Requires.private field of xdamage.pc |