guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

102/113: gnu: xf86-video-mga: Update to 2.1.0.


From: guix-commits
Subject: 102/113: gnu: xf86-video-mga: Update to 2.1.0.
Date: Mon, 27 Jan 2025 06:28:03 -0500 (EST)

iyzsong pushed a commit to branch xorg-updates
in repository guix.

commit ca99065469e6717e1ec4b3f1be6ef6e056c2223f
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 19:01:06 2024 +0800

    gnu: xf86-video-mga: Update to 2.1.0.
    
    * gnu/packages/xorg.scm (xf86-video-mga): Update to 2.1.0.
    
    Change-Id: I386705db67d9208ed788a55a8affbc99fdbedb43
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 2ddc2949d0..bd394d6aca 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3068,7 +3068,7 @@ the same level of support for generic VGA or 8514/A 
adapters.")
 (define-public xf86-video-mga
   (package
     (name "xf86-video-mga")
-    (version "2.0.1")
+    (version "2.1.0")
     (source
       (origin
         (method url-fetch)
@@ -3078,7 +3078,7 @@ the same level of support for generic VGA or 8514/A 
adapters.")
                ".tar.xz"))
         (sha256
           (base32
-           "1aq3aqh2yg09gy864kkshfx5pjl5w05jdz97bx5bnrbrhdq3p8r7"))))
+           "0wxbcgg5i4yq22pbc50567877z8irxhqzgl3sk6vf5zs9szmvy3v"))))
     (build-system gnu-build-system)
     (inputs (list mesa xorgproto xorg-server))
     (native-inputs (list pkg-config))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]