[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/33: gnu: xf86-video-suncg6: Update to 1.1.3.
From: |
guix-commits |
Subject: |
17/33: gnu: xf86-video-suncg6: Update to 1.1.3. |
Date: |
Tue, 31 Jan 2023 05:55:54 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 0077ce3a0e1c679354f9da452d418ccda0563d7c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 31 12:08:28 2023 +0200
gnu: xf86-video-suncg6: Update to 1.1.3.
* gnu/packages/xorg.scm (xf86-video-suncg6): Update to 1.1.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 7d3bced284..cf941c1bd2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3230,17 +3230,17 @@ This driver supports SiS chipsets of 300/315/330/340
series.")
(define-public xf86-video-suncg6
(package
(name "xf86-video-suncg6")
- (version "1.1.2")
+ (version "1.1.3")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-video-suncg6-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "04fgwgk02m4nimlv67rrg1wnyahgymrn6rb2cjj1l8bmzkii4glr"))))
+ "16c3g5m0f5y9nx2x6w9jdzbs9yr6xhq31j37dcffxbsskmfxq57w"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))
- branch master updated (a3b57e57e6 -> de4675d558), guix-commits, 2023/01/31
- 02/33: gnu: xf86-video-qxl: Update to 0.1.6., guix-commits, 2023/01/31
- 03/33: gnu: xf86-video-vmware: Limit to x86_64-linux and i686-linux., guix-commits, 2023/01/31
- 07/33: gnu: libxxf86dga: Update to 1.1.6., guix-commits, 2023/01/31
- 10/33: gnu: xcursorgen: Update to 1.0.8., guix-commits, 2023/01/31
- 01/33: gnu: xf86-video-voodoo: Update to 1.2.6., guix-commits, 2023/01/31
- 12/33: gnu: xf86-input-joystick: Update to 1.6.4., guix-commits, 2023/01/31
- 18/33: gnu: xf86-video-sunffb: Update to 1.2.3., guix-commits, 2023/01/31
- 21/33: gnu: xgamma: Update to 1.0.7., guix-commits, 2023/01/31
- 16/33: gnu: xf86-video-r128: Update to 6.12.1., guix-commits, 2023/01/31
- 17/33: gnu: xf86-video-suncg6: Update to 1.1.3.,
guix-commits <=
- 23/33: gnu: xkbevd: Update to 1.1.5., guix-commits, 2023/01/31
- 27/33: gnu: xlsclients: Update to 1.1.5., guix-commits, 2023/01/31
- 28/33: gnu: xfd: Update to 1.1.4., guix-commits, 2023/01/31
- 30/33: gnu: xsetroot: Update to 1.1.3., guix-commits, 2023/01/31
- 05/33: gnu: lndir: Update to 1.0.4., guix-commits, 2023/01/31
- 04/33: gnu: imake: Update to 1.0.9., guix-commits, 2023/01/31
- 06/33: gnu: libxscrnsaver: Update to 1.2.4., guix-commits, 2023/01/31
- 08/33: gnu: makedepend: Update to 1.0.8., guix-commits, 2023/01/31
- 11/33: gnu: xdriinfo: Update to 1.0.7., guix-commits, 2023/01/31
- 13/33: gnu: xf86-input-mouse: Update to 1.9.4., guix-commits, 2023/01/31