guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/10: gnu: intel-gpu-tools: Update to 1.21.


From: Tobias Geerinckx-Rice
Subject: 09/10: gnu: intel-gpu-tools: Update to 1.21.
Date: Sat, 20 Jan 2018 21:24:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 601953ed946916ff1d0daca696d4f8253d958e69
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jan 20 23:35:42 2018 +0100

    gnu: intel-gpu-tools: Update to 1.21.
    
    * gnu/packages/admin.scm (intel-gpu-tools): Update to 1.21.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index b35d025..8aa7a71 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]