[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/33: gnu: xf86-video-vesa: Update to 2.6.0.
From: |
guix-commits |
Subject: |
19/33: gnu: xf86-video-vesa: Update to 2.6.0. |
Date: |
Tue, 31 Jan 2023 05:55:54 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 0b70ea52dbebdabd1836d3c53ba9b7f10026fbdd
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 31 12:08:29 2023 +0200
gnu: xf86-video-vesa: Update to 2.6.0.
* gnu/packages/xorg.scm (xf86-video-vesa): Update to 2.6.0.
---
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 b6bcb8dd86..505b6fc402 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3350,17 +3350,17 @@ X server.")
(define-public xf86-video-vesa
(package
(name "xf86-video-vesa")
- (version "2.5.0")
+ (version "2.6.0")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-video-vesa-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0nf6ai74c60xk96kgr8q9mx6lrxm5id3765ws4d801irqzrj85hz"))))
+ "1ccvaigb1f1kz8nxxjmkfn598nabd92p16rx1g35kxm8n5qjf20h"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))
- 15/33: gnu: xf86-video-nv: Update to 2.1.22., (continued)
- 15/33: gnu: xf86-video-nv: Update to 2.1.22., guix-commits, 2023/01/31
- 20/33: gnu: xf86-video-vmware: Update to 13.4.0., guix-commits, 2023/01/31
- 24/33: gnu: xkbprint: Update to 1.0.6., guix-commits, 2023/01/31
- 25/33: gnu: xkill: Update to 1.0.6., guix-commits, 2023/01/31
- 26/33: gnu: xlsatoms: Update to 1.1.4., guix-commits, 2023/01/31
- 29/33: gnu: xrandr: Update to 1.5.2., guix-commits, 2023/01/31
- 31/33: gnu: xvinfo: Update to 1.1.5., guix-commits, 2023/01/31
- 32/33: gnu: xinit: Update to 1.4.2., guix-commits, 2023/01/31
- 33/33: gnu: libxaw3d: Update to 1.6.4., guix-commits, 2023/01/31
- 09/33: gnu: sessreg: Update to 1.1.3., guix-commits, 2023/01/31
- 19/33: gnu: xf86-video-vesa: Update to 2.6.0.,
guix-commits <=
- 22/33: gnu: xhost: Update to 1.0.9., guix-commits, 2023/01/31