guix-commits
[Top][All Lists]
Advanced

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

101/112: gnu: xf86-video-geode: Update to 2.11.21.


From: guix-commits
Subject: 101/112: gnu: xf86-video-geode: Update to 2.11.21.
Date: Thu, 9 Jan 2025 07:26:27 -0500 (EST)

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

commit 5d11cf30fa9064c657945875a659b9c8d01c103b
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Dec 28 19:01:06 2024 +0800

    gnu: xf86-video-geode: Update to 2.11.21.
    
    * gnu/packages/xorg.scm (xf86-video-geode): Update to 2.11.21.
    
    Change-Id: I619be8f9793a669a30d5d4ec9d1d587b4e877517
---
 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 248d18fd5e..aba982a077 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2923,14 +2923,14 @@ It supports a variety of Adreno graphics chipsets.")
 (define-public xf86-video-geode
   (package
     (name "xf86-video-geode")
-    (version "2.11.20")
+    (version "2.11.21")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://xorg/individual/driver/xf86-video-geode-"
-                           version ".tar.bz2"))
+                           version ".tar.xz"))
        (sha256
-        (base32 "0r2dz0agg0k5wrqdbicji6mh6svzyl0xgqk76hpcfdlzn2zx15zl"))))
+        (base32 "07lzbyxss0m5i4j58z43zri2baawci9q1ykv1g828wqi2hzsqml2"))))
     (build-system gnu-build-system)
     (inputs (list xorg-server))
     (native-inputs (list pkg-config))



reply via email to

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