diff options
author | Andy Wingo <wingo@igalia.com> | 2016-02-18 21:13:36 +0100 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-24 11:49:57 -0500 |
commit | 2a26eb96d3bc334586dcf0bdf834f67a685e14ae (patch) | |
tree | 01f8fff6f9c0ec2e7a79be3f02fba132e8a615c9 /gnu/packages/xorg.scm | |
parent | 6cc328b43b1ae2cc1d201844cff7c619187cca5e (diff) | |
download | guix-2a26eb96d3bc334586dcf0bdf834f67a685e14ae.tar.gz guix-2a26eb96d3bc334586dcf0bdf834f67a685e14ae.zip |
gnu: xf86-video-mach64: Update to 6.9.5.
* gnu/packages/xorg.scm (xf86-video-mach64): Update to 6.9.5.
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 fadf0e82b7..c70d4f7e96 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2858,7 +2858,7 @@ It supports a variety of Intel graphics chipsets.") (define-public xf86-video-mach64 (package (name "xf86-video-mach64") - (version "6.9.4") + (version "6.9.5") (source (origin (method url-fetch) @@ -2868,7 +2868,7 @@ It supports a variety of Intel graphics chipsets.") ".tar.bz2")) (sha256 (base32 - "0pl582vnc6hdxqhf5c0qdyanjqxb4crnhqlmxxml5a60syw0iwcp")) + "07xlf5nsjm0x18ij5gyy4lf8hwpl10i8chi3skpqjh84drdri61y")) (patches (list (search-patch "xf86-video-mach64-glibc-2.20.patch"))))) (build-system gnu-build-system) (inputs `(("mesa" ,mesa) |