guix_mirror_bot pushed a commit to branch xorg-updates in repository guix. commit 4f38df49c9e1312627452c2e4bf194566e4ff5e9 Author: 宋文武 <iyzs...@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))