efraim pushed a commit to branch master
in repository guix.
commit d00c02ea9d1641851d20b690d168fd35575c7992
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Jan 31 12:08:29 2023 +0200
gnu: xf86-video-sunffb: Update to 1.2.3.
* gnu/packages/xorg.scm (xf86-video-sunffb): Update to 1.2.3.
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index cf941c1bd2..b6bcb8dd86 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3253,17 +3253,17 @@ This driver supports SiS chipsets of 300/315/330/340
series.")
(define-public xf86-video-sunffb
(package
(name "xf86-video-sunffb")
- (version "1.2.2")
+ (version "1.2.3")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-video-sunffb-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "07z3ngifwg2d4jgq8pms47n5lr2yn0ai72g86xxjnb3k20n5ym7s"))))
+ "0pf4ddh09ww7sxpzs5gr9pxh3gdwkg3f54067cp802nkw1n8vypi"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))