[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
105/112: gnu: xf86-video-neomagic: Update to 1.3.1.
From: |
guix-commits |
Subject: |
105/112: gnu: xf86-video-neomagic: Update to 1.3.1. |
Date: |
Thu, 9 Jan 2025 07:26:28 -0500 (EST) |
iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit 4f38df49c9e1312627452c2e4bf194566e4ff5e9
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Dec 28 19:01:07 2024 +0800
gnu: xf86-video-neomagic: Update to 1.3.1.
* gnu/packages/xorg.scm (xf86-video-neomagic): Update to 1.3.1.
Change-Id: I4a1f9fd8dc0ddeb5060f80a24f4d39ae21ea0b89
---
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 76c40c66e2..9406a833ff 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3090,17 +3090,17 @@ the same level of support for generic VGA or 8514/A
adapters.")
(define-public xf86-video-neomagic
(package
(name "xf86-video-neomagic")
- (version "1.3.0")
+ (version "1.3.1")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-video-neomagic-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0r4h673kw8fl7afc30anwbjlbhp82mg15fvaxf470xg7z983k0wk"))))
+ "153lzhq0vahg3875wi8hl9rf4sgizs41zmfg6hpfjw99qdzaq7xn"))))
(build-system gnu-build-system)
(inputs (list xorgproto xorg-server))
(native-inputs (list pkg-config))
- 58/112: gnu: libxinerama: Update to 1.1.5., (continued)
- 58/112: gnu: libxinerama: Update to 1.1.5., guix-commits, 2025/01/09
- 64/112: gnu: libxfixes: Update to 6.0.1., guix-commits, 2025/01/09
- 62/112: gnu: libice: Update to 1.1.2., guix-commits, 2025/01/09
- 75/112: gnu: xcb-util: Update to 0.4.1., guix-commits, 2025/01/09
- 77/112: gnu: xcb-util-image: Update to 0.4.1., guix-commits, 2025/01/09
- 90/112: gnu: xf86-video-savage: Update to 2.4.1., guix-commits, 2025/01/09
- 88/112: gnu: libxfont2: Update to 2.0.7., guix-commits, 2025/01/09
- 92/112: gnu: libpthread-stubs: Update to 0.5., guix-commits, 2025/01/09
- 91/112: gnu: xf86-video-nouveau: Update to 1.0.18., guix-commits, 2025/01/09
- 111/112: gnu: xf86-video-ast: Update to 1.2.0., guix-commits, 2025/01/09
- 105/112: gnu: xf86-video-neomagic: Update to 1.3.1.,
guix-commits <=
- 93/112: gnu: xf86-input-evdev: Update to 2.11.0., guix-commits, 2025/01/09
- 100/112: gnu: xf86-video-fbdev: Update to 0.5.1., guix-commits, 2025/01/09
- 85/112: gnu: xterm: Update to 397., guix-commits, 2025/01/09
- 78/112: gnu: xcb-util-keysyms: Update to 0.4.1., guix-commits, 2025/01/09
- 80/112: gnu: xcb-util-wm: Update to 0.4.2., guix-commits, 2025/01/09
- 94/112: gnu: xf86-input-libinput: Update to 1.5.0., guix-commits, 2025/01/09
- 96/112: gnu: xf86-input-mouse: Update to 1.9.5., guix-commits, 2025/01/09
- 95/112: gnu: xf86-input-keyboard: Update to 2.1.0., guix-commits, 2025/01/09
- 108/112: gnu: xf86-video-siliconmotion: Update to 1.7.10., guix-commits, 2025/01/09
- 43/112: gnu: xfontsel: Update to 1.1.1., guix-commits, 2025/01/09