guix_mirror_bot pushed a commit to branch hpc-team
in repository guix.

commit ae0e3f387ec8def41b3012228a13322f054d0b69
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Jan 21 20:21:46 2026 +0100

    gnu: spirv-tools: Update to 1.4.335.0.
    
    * gnu/packages/vulkan.scm (spirv-tools): Update to 1.4.335.0.
    
    Change-Id: I9be0c58bffca7219d65b0657c0d4c9766222a33f
---
 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 0a97115620..b6ccac2ab9 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -88,7 +88,7 @@ and for the GLSL.std.450 extended instruction set.
 (define-public spirv-tools
   (package
     (name "spirv-tools")
-    (version "1.4.321.0")
+    (version "1.4.335.0")
     (source
      (origin
       (method git-fetch)
@@ -96,7 +96,7 @@ and for the GLSL.std.450 extended instruction set.
             (url "https://github.com/KhronosGroup/SPIRV-Tools";)
             (commit (string-append "vulkan-sdk-" version))))
       (sha256
-       (base32 "015xymrzch87f3xkzx9rvlglqp39zx4vphjb2dkl5w6qcpz5s1y8"))
+       (base32 "05rwpjnfaqn6yy10gn8c9xd0172ri5vgbqrjb7hfa1qjgrj7psqz"))
       (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments

Reply via email to