mhw pushed a commit to branch xorg-updates
in repository guix.
commit a1d80a04b6c792db83b822a5d77d2b56a2a83149
Author: Mark H Weaver <[email protected]>
Date: Fri Dec 19 21:18:44 2014 -0500
gnu: xf86-video-sunffb: Update to 1.2.2.
* gnu/packages/xorg.scm (xf86-video-sunffb): Update to 1.2.2.
---
gnu/packages/xorg.scm | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 8b0a6e9..7610268 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2922,17 +2922,17 @@ kernel mode setting (KMS).")
(define-public xf86-video-sunffb
(package
(name "xf86-video-sunffb")
- (version "1.2.1")
+ (version "1.2.2")
(source
(origin
(method url-fetch)
(uri (string-append
- "mirror://xorg/X11R7.7/src/everything/xf86-video-sunffb-"
+ "mirror://xorg/individual/driver/xf86-video-sunffb-"
version
".tar.bz2"))
(sha256
(base32
- "04byax4sc1fn183vyyq0q11q730k16h2by4ggjky7s36wgv7ldzx"))))
+ "07z3ngifwg2d4jgq8pms47n5lr2yn0ai72g86xxjnb3k20n5ym7s"))))
(build-system gnu-build-system)
(inputs `(("xorg-server" ,xorg-server)))
(native-inputs `(("pkg-config" ,pkg-config)))