gnu: xextproto: Update to 7.3.0.
* gnu/packages/xorg.scm (xextproto): Update to 7.3.0.
This commit is contained in:
parent
e876456a67
commit
e8453d7b91
1 changed files with 3 additions and 3 deletions
|
|
@ -2140,17 +2140,17 @@ synchronization between the X server and direct-rendering clients.")
|
||||||
(define-public xextproto
|
(define-public xextproto
|
||||||
(package
|
(package
|
||||||
(name "xextproto")
|
(name "xextproto")
|
||||||
(version "7.2.1")
|
(version "7.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/X11R7.7/src/everything/xextproto-"
|
"mirror://xorg/individual/proto/xextproto-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06kdanbnprxvgl56l5h0lqj4b0f1fbb1ndha33mv5wvy802v2lvw"))))
|
"1c2vma9gqgc2v06rfxdiqgwhxmzk2cbmknwf1ng3m76vr0xb5x7k"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://www.x.org/wiki/")
|
(home-page "http://www.x.org/wiki/")
|
||||||
|
|
|
||||||
Reference in a new issue