diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-08 18:09:02 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-12 17:30:28 +0100 |
commit | a270ba9e01fa1d0e906058176c50331d2037e8d7 (patch) | |
tree | 1913a67667c8edf383d3c7a767121c6aec26db6c /gnu | |
parent | fe2520c389d7c8dced432e9687d51f19fba817d6 (diff) | |
download | guix-a270ba9e01fa1d0e906058176c50331d2037e8d7.tar guix-a270ba9e01fa1d0e906058176c50331d2037e8d7.tar.gz |
gnu: libxshmfence: Update to 1.3.
* gnu/packages/xorg.scm (libxshmfence): Update to 1.3.
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 1bdb1add07..3a822871c7 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1028,7 +1028,7 @@ of new capabilities and controls for text keyboards.") (define-public libxshmfence (package (name "libxshmfence") - (version "1.2") + (version "1.3") (source (origin (method url-fetch) (uri (string-append @@ -1036,7 +1036,7 @@ of new capabilities and controls for text keyboards.") name "-" version ".tar.bz2")) (sha256 (base32 - "032b0nlkdrpbimdld4gqvhqx53rzn8fawvf1ybhzn7lcswgjs6yj")))) + "1ir0j92mnd1nk37mrv9bz5swnccqldicgszvfsh62jd14q6k115q")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) (inputs `(("xproto" ,xproto))) |