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

commit 36ab0b71f253c0cebd9f676f8eb40989cf28e8bd
Author: John Kehayias <[email protected]>
AuthorDate: Thu Mar 20 00:08:28 2025 -0400

    gnu: vulkan-headers/no-loader: Update to 1.4.309.0.
    
    Note that vulkan-headers will not build without the next commit to also 
update
    vulkan-loader to the same version.
    
    * gnu/packages/vulkan.scm (vulkan-headers/no-loader): Update to 1.4.309.0.
    
    Change-Id: Ib845452f0297534300a63d68db66924e43733984
---
 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 83f78ccca1..ee9f094ae9 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -305,7 +305,7 @@ Enhanced Subpixel Morphological Anti-Aliasing
 (define-public vulkan-headers/no-loader
   (package
     (name "vulkan-headers")
-    (version "1.3.280.0")
+    (version "1.4.309.0")
     (source
      (origin
        (method git-fetch)
@@ -315,7 +315,7 @@ Enhanced Subpixel Morphological Anti-Aliasing
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "13mmv5621z73hlfnsrccbcb4z0d7kwj92a081701vbpss45a4whj"))))
+         "0ncj4gqb5zmkgmd205frrq8rxxdqlissqpj2fq3wxkdbdyx7pwid"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; No tests.

Reply via email to