guix-commits
[Top][All Lists]
Advanced

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

09/21: gnu: vulkan-tools: Update to 1.2.140.


From: guix-commits
Subject: 09/21: gnu: vulkan-tools: Update to 1.2.140.
Date: Fri, 22 May 2020 18:10:18 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit efffe745d4a2b92fa641791a88b9fdb7d8dfd661
Author: Marius Bakke <address@hidden>
AuthorDate: Fri May 22 17:04:32 2020 +0200

    gnu: vulkan-tools: Update to 1.2.140.
    
    * gnu/packages/vulkan.scm (vulkan-tools): Update to 1.2.140.
---
 gnu/packages/vulkan.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index 2239131..732d554 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -216,7 +216,7 @@ and the ICD.")
 (define-public vulkan-tools
   (package
     (name "vulkan-tools")
-    (version "1.1.121")
+    (version "1.2.140")
     (source
      (origin
        (method git-fetch)
@@ -226,7 +226,7 @@ and the ICD.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1jndlz3n35zlz44p1b4cgl2alvsmgrqnkxdn5mpahg0zb8dgwmm8"))))
+         "08dk0q77kpycn4vv19jh3ig73gbq3psan246a7fss0nfxpiddg0j"))))
     (build-system cmake-build-system)
     (inputs
      `(("glslang" ,glslang)
@@ -238,7 +238,7 @@ and the ICD.")
        ("python" ,python)
        ("vulkan-headers" ,vulkan-headers)))
     (arguments
-     `(#:tests? #f                      ; No tests.
+     `(#:tests? #f                      ;no tests
        #:configure-flags (list (string-append "-DGLSLANG_INSTALL_DIR="
                                (assoc-ref %build-inputs "glslang")))))
     (home-page



reply via email to

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