mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: libxshmfence: Update to 1.2.
* gnu/packages/xorg.scm (libxshmfence): Update to 1.2.
This commit is contained in:
parent
d6c6dde8f5
commit
f98e2a3ff2
1 changed files with 2 additions and 2 deletions
|
@ -1049,7 +1049,7 @@ (define-public libdmx
|
|||
(define-public libxshmfence
|
||||
(package
|
||||
(name "libxshmfence")
|
||||
(version "1.1")
|
||||
(version "1.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1057,7 +1057,7 @@ (define-public libxshmfence
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1gnfb1z8sbbdc3xpz1zmm94lv7yvfh4kvip9s5pj37ya4llxphnv"))))
|
||||
"032b0nlkdrpbimdld4gqvhqx53rzn8fawvf1ybhzn7lcswgjs6yj"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(inputs `(("xproto" ,xproto)))
|
||||
|
|
Loading…
Reference in a new issue