mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: intel-gpu-tools: Update to 1.21.
* gnu/packages/admin.scm (intel-gpu-tools): Update to 1.21.
This commit is contained in:
parent
835a148ff3
commit
601953ed94
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue