apteryx pushed a commit to branch core-updates
in repository guix.

commit 78696a6d317c1805f688b871cc17f79b8a6dc2af
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Aug 23 00:37:19 2022 -0400

    gnu: glslang: Update to 11.11.0.
    
    * gnu/packages/vulkan.scm (glslang): Update to 11.11.0.
    [source]: Use version as commit.
---
 gnu/packages/vulkan.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index f5c619a2b2..c6df524fbc 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -149,18 +149,16 @@ SPIR-V, aiming to emit GLSL or MSL that looks like 
human-written code.")
 (define-public glslang
   (package
     (name "glslang")
-    (version "10-11.0.0")
+    (version "11.11.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/KhronosGroup/glslang";)
-             ;; Tag "10-11.0.0" was moved to "11.0.0".
-             ;; FIXME: Use (commit version) on next update.
-             (commit "11.0.0")))
+             (commit version)))
        (sha256
         (base32
-         "14mn2awswl022ls75mfpsnpsl0ai0jgfbqj3sxcsqawyj5f432py"))
+         "03jnaj90q2cg2hjdsg96ashz28dw5hcsg9rvf60bp2mphzzsklpq"))
        (file-name (string-append name "-" version "-checkout"))))
     (build-system cmake-build-system)
     (arguments

Reply via email to