diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-20 23:35:42 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-21 02:53:16 +0100 |
commit | 601953ed946916ff1d0daca696d4f8253d958e69 (patch) | |
tree | ae9fe229f45d0d295aede3ebc0ddf095acbd524c /gnu/packages | |
parent | 835a148ff3710c7c4c2d9210aeb8c7482195bd4f (diff) | |
download | guix-601953ed946916ff1d0daca696d4f8253d958e69.tar guix-601953ed946916ff1d0daca696d4f8253d958e69.tar.gz |
gnu: intel-gpu-tools: Update to 1.21.
* gnu/packages/admin.scm (intel-gpu-tools): Update to 1.21.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index b35d0256cc..8aa7a716e7 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2095,7 +2095,7 @@ buffers.") (define-public intel-gpu-tools (package (name "intel-gpu-tools") - (version "1.18") + (version "1.21") (source (origin (method url-fetch) (uri (string-append "https://cgit.freedesktop.org/xorg/app/" @@ -2103,7 +2103,7 @@ buffers.") "intel-gpu-tools-" version ".tar.gz")) (sha256 (base32 - "0w7djk0y5w76hzn1b3cm39zd5c6w9za1wfn80wd857h0v313rzq3")))) + "1xfy4cgimyyn5qixlrfkadgnl9qwbk30vw8k80g8vjnrcc4hx986")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; many of the tests try to load kernel modules |