This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch hpc-team
in repository guix.
The following commit(s) were added to refs/heads/hpc-team by this push:
new b65b57ccb1 gnu: shaderc: Update to 2025.5.
b65b57ccb1 is described below
commit b65b57ccb1e6948bb71c8818ff38f688f65f7d87
Author: Philippe SWARTVAGHER <[email protected]>
AuthorDate: Mon Dec 1 21:58:52 2025 +0100
gnu: shaderc: Update to 2025.5.
* gnu/packages/vulkan.scm (shaderc): Update to 2025.5.
Closes guix/guix!4607
Change-Id: I406634f66ef8bab883f32cb489dd40285799cc19
Signed-off-by: Cayetano Santos <[email protected]>
---
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 ea7cdc3ef5..77b42e7f97 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -515,7 +515,7 @@ API.")
(package
(name "shaderc")
;; shaderc doesn't follow the versioning scheme of vulkan sdk
- (version "2025.3")
+ (version "2025.5")
(source
(origin
(method git-fetch)
@@ -525,7 +525,7 @@ API.")
(file-name (git-file-name name version))
(sha256
(base32
- "0w1mj5b3n6kp0brqindb7fppvllzlywkdk1zglkbj3bw8k0795mb"))))
+ "0i1rwn4xg8galdxw66p72m36q5vx8zx42ypdcmhv15nv6mj92q9y"))))
(build-system cmake-build-system)
(arguments
(list