guix-commits
[Top][All Lists]
Advanced

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

11/416: gnu: spirv-tools: Update to 2022.4.


From: guix-commits
Subject: 11/416: gnu: spirv-tools: Update to 2022.4.
Date: Fri, 14 Apr 2023 15:25:11 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 339208b1f9577b3579fcf75e0148f543987a4504
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Nov 15 16:14:02 2022 +0100

    gnu: spirv-tools: Update to 2022.4.
    
    * gnu/packages/vulkan.scm (spirv-tools): Update to 2022.4.
---
 gnu/packages/vulkan.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index 13ad738d80..34f7f0f397 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -77,7 +77,7 @@ and for the GLSL.std.450 extended instruction set.
 (define-public spirv-tools
   (package
     (name "spirv-tools")
-    (version "2021.4")
+    (version "2022.4")
     (source
      (origin
       (method git-fetch)
@@ -85,7 +85,7 @@ and for the GLSL.std.450 extended instruction set.
             (url "https://github.com/KhronosGroup/SPIRV-Tools";)
             (commit (string-append "v" version))))
       (sha256
-       (base32 "1f0kzgx8ishzxhzrcvcmpkmb3cigyya92p3bdabsgbjr6mkmcdj3"))
+       (base32 "03d489ind2az7w7q1slj3mdc04372r3qqbnd7m9akxbg7yix1a5j"))
       (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments



reply via email to

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