diff options
author | Andy Wingo <wingo@igalia.com> | 2016-02-18 21:01:24 +0100 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-24 11:49:57 -0500 |
commit | f98e2a3ff278b009b0312769b264f6e842ec1b29 (patch) | |
tree | 8d092c39f333969dfcfc9377908fe6080bc10bc7 /gnu/packages | |
parent | d6c6dde8f5c4254d0252e3d0c267f7bd5fd22775 (diff) | |
download | guix-f98e2a3ff278b009b0312769b264f6e842ec1b29.tar guix-f98e2a3ff278b009b0312769b264f6e842ec1b29.tar.gz |
gnu: libxshmfence: Update to 1.2.
* gnu/packages/xorg.scm (libxshmfence): Update to 1.2.
Diffstat (limited to 'gnu/packages')
-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 2a31aae4f0..a22a352754 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1049,7 +1049,7 @@ of new capabilities and controls for text keyboards.") (define-public libxshmfence (package (name "libxshmfence") - (version "1.1") + (version "1.2") (source (origin (method url-fetch) (uri (string-append @@ -1057,7 +1057,7 @@ of new capabilities and controls for text keyboards.") name "-" version ".tar.bz2")) (sha256 (base32 - "1gnfb1z8sbbdc3xpz1zmm94lv7yvfh4kvip9s5pj37ya4llxphnv")))) + "032b0nlkdrpbimdld4gqvhqx53rzn8fawvf1ybhzn7lcswgjs6yj")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) (inputs `(("xproto" ,xproto))) |