mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: libxdamage: Update to 1.1.5.
* gnu/packages/xorg.scm (libxdamage): Update to 1.1.5.
This commit is contained in:
parent
d80dcf2bdd
commit
b0c1c9b314
1 changed files with 2 additions and 2 deletions
|
@ -4538,7 +4538,7 @@ (define-public fixesproto
|
||||||
(define-public libxdamage
|
(define-public libxdamage
|
||||||
(package
|
(package
|
||||||
(name "libxdamage")
|
(name "libxdamage")
|
||||||
(version "1.1.4")
|
(version "1.1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4548,7 +4548,7 @@ (define-public libxdamage
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bamagq7g6s0d23l8rb3nppj8ifqj05f7z9bhbs4fdg8az3ffgvw"))))
|
"0igaw2akjf712y3rv7lx473jigxmcv9rs9y8sbrvbhya8f30cd5p"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; These are all in the Requires or Requires.private field of xdamage.pc
|
;; These are all in the Requires or Requires.private field of xdamage.pc
|
||||||
|
|
Loading…
Reference in a new issue