diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-12-28 19:01:06 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-01-09 20:25:59 +0800 |
commit | af45adfec944d4950d4de6250d1eae6ac744901f (patch) | |
tree | a7ab504af6f69dc26c84ab9a32498626a3bd3d83 | |
parent | 0c4ae883e69c55d19b3dc6f6198205c8074ccd30 (diff) |
gnu: xf86-video-mach64: Update to 6.10.0.
* gnu/packages/xorg.scm (xf86-video-mach64): Update to 6.10.0.
Change-Id: I963927fe05746bb97d3743146208c5f65f123587
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 8ca5d4e92f..3eb149f3a4 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -3039,7 +3039,7 @@ It supports a variety of Intel graphics chipsets.") (define-public xf86-video-mach64 (package (name "xf86-video-mach64") - (version "6.9.7") + (version "6.10.0") (source (origin (method url-fetch) @@ -3049,7 +3049,7 @@ It supports a variety of Intel graphics chipsets.") ".tar.xz")) (sha256 (base32 - "1fl1jjx0zdr9alkxw23zx6aj1bj4l8inz5w7y7k2g0kwzazqmmsh")))) + "0917498pgm629v84h7ddsmhqa6nc3z2msbv1x9nxrlkwl93npffn")))) (build-system gnu-build-system) (inputs (list mesa xorgproto xorg-server)) (native-inputs |