guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit 4e76dc2fd6aed5632f52764efcc04221767601b1
Author: Maxim Cournoyer <ma...@guixotic.coop>
AuthorDate: Sun Jul 13 23:37:59 2025 +0900

    gnu: shaderc: Update to 2025.3.
    
    * gnu/packages/vulkan.scm (shaderc): Update to 2025.3.
    
    Change-Id: If5ac7736ba1f32ddd24aaba45e179768aa37558f
---
 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 cf7d8cfafa..c707d08828 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -484,7 +484,7 @@ API.")
   (package
     (name "shaderc")
     ;; shaderc doesn't follow the versioning scheme of vulkan sdk
-    (version "2025.1")
+    (version "2025.3")
     (source
      (origin
        (method git-fetch)
@@ -494,7 +494,7 @@ API.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0hbsvyyy5fzgal83z8kx4a3x9d2fnd2fcs53l3s9n0pyybip3i5j"))))
+         "0w1mj5b3n6kp0brqindb7fppvllzlywkdk1zglkbj3bw8k0795mb"))))
     (build-system cmake-build-system)
     (arguments
      `(;; FIXME: Skip most of the tests, because enabling system gtest breaks

Reply via email to