diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-06-07 23:36:19 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-06-07 23:38:36 +0200 |
commit | 77c74789d4ce7b8201f947cb688b80efe7a774ec (patch) | |
tree | 1075ae10c5cb8457bf41cd448fee71f3395dc9d9 /gnu/packages/xorg.scm | |
parent | 9a1f92a6e02c28767cc77437ba29fb82271652c4 (diff) | |
download | patches-77c74789d4ce7b8201f947cb688b80efe7a774ec.tar patches-77c74789d4ce7b8201f947cb688b80efe7a774ec.tar.gz |
gnu: xf86-video-mach64: Update to 6.9.6.
* gnu/packages/xorg.scm (xf86-video-mach64): Update to 6.9.6.
Diffstat (limited to 'gnu/packages/xorg.scm')
-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 32c930326e..124739f930 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2942,7 +2942,7 @@ It supports a variety of Intel graphics chipsets.") (define-public xf86-video-mach64 (package (name "xf86-video-mach64") - (version "6.9.5") + (version "6.9.6") (source (origin (method url-fetch) @@ -2952,7 +2952,7 @@ It supports a variety of Intel graphics chipsets.") ".tar.bz2")) (sha256 (base32 - "07xlf5nsjm0x18ij5gyy4lf8hwpl10i8chi3skpqjh84drdri61y")) + "171wg8r6py1l138s58rlapin3rlpwsg9spmvhc7l68mm3g3hf1vs")) (patches (search-patches "xf86-video-mach64-glibc-2.20.patch")))) (build-system gnu-build-system) (inputs `(("mesa" ,mesa) |