gnu: videoproto: Update to 2.3.3.

* gnu/packages/xorg.scm (videoproto): Update to 2.3.3.
master
Efraim Flashner 2016-08-27 23:09:11 +03:00
parent 0966347c65
commit 6a016375c9
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -1895,7 +1895,7 @@ generate new versions of their configure scripts with autoconf.")
(define-public videoproto
(package
(name "videoproto")
(version "2.3.2")
(version "2.3.3")
(source
(origin
(method url-fetch)
@ -1905,7 +1905,7 @@ generate new versions of their configure scripts with autoconf.")
".tar.bz2"))
(sha256
(base32
"1dnlkd9nb0m135lgd6hd61vc29sdyarsyya8aqpx7z10p261dbld"))))
"00m7rh3pwmsld4d5fpii3xfk5ciqn17kkk38gfpzrrh8zn4ki067"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(home-page "https://www.x.org/wiki/")