~ruther/guix-local

c3dbd5cb1e79be05c20d310a220e584aa1a8413d — 宋文武 1 year, 3 months ago 2903783
gnu: libxdamage: Update to 1.1.6.

* gnu/packages/xorg.scm (libxdamage): Update to 1.1.6.

Change-Id: If56209b7d3c68912cd4fc5183f5908daa2bb24bc
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/xorg.scm
M gnu/packages/xorg.scm => gnu/packages/xorg.scm +3 -3
@@ 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