gnu: libxshmfence: Update to 1.3.
* gnu/packages/xorg.scm (libxshmfence): Update to 1.3.
This commit is contained in:
parent
fe2520c389
commit
a270ba9e01
|
@ -1028,7 +1028,7 @@ of new capabilities and controls for text keyboards.")
|
||||||
(define-public libxshmfence
|
(define-public libxshmfence
|
||||||
(package
|
(package
|
||||||
(name "libxshmfence")
|
(name "libxshmfence")
|
||||||
(version "1.2")
|
(version "1.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1036,7 +1036,7 @@ of new capabilities and controls for text keyboards.")
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"032b0nlkdrpbimdld4gqvhqx53rzn8fawvf1ybhzn7lcswgjs6yj"))))
|
"1ir0j92mnd1nk37mrv9bz5swnccqldicgszvfsh62jd14q6k115q"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(inputs `(("xproto" ,xproto)))
|
(inputs `(("xproto" ,xproto)))
|
||||||
|
|
Loading…
Reference in New Issue