nckx pushed a commit to branch master
in repository guix.

commit 69f0534a9f20f09ce3531643418030e24a44bc66
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Fri Sep 3 21:01:51 2021 +0200

    gnu: igt-gpu-tools: Update to 1.26.
    
    * gnu/packages/admin.scm (igt-gpu-tools): Update to 1.26.
---
 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 9b8adf1..db820b2 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3527,7 +3527,7 @@ buffers.")
 (define-public igt-gpu-tools
   (package
     (name "igt-gpu-tools")
-    (version "1.25")
+    (version "1.26")
     (source
      (origin
        (method git-fetch)
@@ -3536,7 +3536,7 @@ buffers.")
              (commit (string-append "igt-gpu-tools-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1lvhkdhilw0fn4nzkpfwvrhiv8d92h811qs2v6ac3p5w7v86a9zm"))))
+        (base32 "0m124pqv7zna25jnvk566c4kk628jr0w8mgnp8mr5xqz9cprgczm"))))
     (build-system meson-build-system)
     (arguments
      `(#:tests? #f))            ; many of the tests try to load kernel modules

Reply via email to