gnu: xf86-video-nouveau: Update to 1.0.16.

* gnu/packages/xorg.scm (xf86-video-nouveau): Update to 1.0.16.
master
Marius Bakke 2019-02-17 16:01:34 +01:00
parent 33d7c5b0ea
commit 3752d53d40
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -3119,7 +3119,7 @@ supported, and the RENDER extension is not accelerated by this driver.")
(define-public xf86-video-nouveau (define-public xf86-video-nouveau
(package (package
(name "xf86-video-nouveau") (name "xf86-video-nouveau")
(version "1.0.15") (version "1.0.16")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3129,7 +3129,7 @@ supported, and the RENDER extension is not accelerated by this driver.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0k0xah72ryjwak4dc4crszxrlkmi9x1s7p3sd4la642n77yi1pmf")))) "01mz8gnq7j6bvrqb2ljm3d1wpjhi9p2z2w8zbkdrqmqmcj060h1h"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("xorg-server" ,xorg-server))) (inputs `(("xorg-server" ,xorg-server)))
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))