gnu: videoproto: Update to 2.3.3.

* gnu/packages/xorg.scm (videoproto): Update to 2.3.3.
This commit is contained in:
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 (define-public videoproto
(package (package
(name "videoproto") (name "videoproto")
(version "2.3.2") (version "2.3.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1905,7 +1905,7 @@ generate new versions of their configure scripts with autoconf.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1dnlkd9nb0m135lgd6hd61vc29sdyarsyya8aqpx7z10p261dbld")))) "00m7rh3pwmsld4d5fpii3xfk5ciqn17kkk38gfpzrrh8zn4ki067"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))
(home-page "https://www.x.org/wiki/") (home-page "https://www.x.org/wiki/")