gnu: xf86-video-fbdev: Update to 0.4.4.

* gnu/packages/xorg.scm (xf86-video-fbdev): Update to 0.4.4.
master
Mark H Weaver 2014-12-19 15:37:06 -05:00
parent 102e8fc0a1
commit 2c0a2d7a4f
1 changed files with 3 additions and 3 deletions

View File

@ -2460,17 +2460,17 @@ devices, thus making direct access unnecessary.")
(define-public xf86-video-fbdev
(package
(name "xf86-video-fbdev")
(version "0.4.2")
(version "0.4.4")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/X11R7.7/src/everything/xf86-video-fbdev-"
"mirror://xorg/individual/driver/xf86-video-fbdev-"
version
".tar.bz2"))
(sha256
(base32
"1mc23w0bfmak5216411xh58nrs93jlxmi6l412hmqzhxnjs73clk"))))
"06ym7yy017lanj730hfkpfk4znx3dsj8jq3qvyzsn8w294kb7m4x"))))
(build-system gnu-build-system)
(inputs `(("xorg-server" ,xorg-server)))
(native-inputs `(("pkg-config" ,pkg-config)))