mhw pushed a commit to branch media-updates
in repository guix.
commit 7606baa8f92e59bca1ebe45fc53a123dbdf7ea40
Author: Andy Wingo <[email protected]>
Date: Thu Feb 18 21:32:47 2016 +0100
gnu: libxxf86vm: Update to 1.1.4.
* gnu/packages/xorg.scm (libxxf86vm): Update to 1.1.4.
---
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 51ca0a7..27aa6e6 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4799,7 +4799,7 @@ new API's in libXft, or the legacy API's in libX11.")
(define-public libxxf86vm
(package
(name "libxxf86vm")
- (version "1.1.3")
+ (version "1.1.4")
(source
(origin
(method url-fetch)
@@ -4809,7 +4809,7 @@ new API's in libXft, or the legacy API's in libX11.")
".tar.bz2"))
(sha256
(base32
- "1f1pxj018nk7ybxv58jmn5y8gm2288p4q3l2dng9n1p25v1qcpns"))))
+ "0mydhlyn72i7brjwypsqrpkls3nm6vxw0li8b2nw0caz7kwjgvmg"))))
(build-system gnu-build-system)
(propagated-inputs
`(("libxext" ,libxext)