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

commit 27608346184280b8c7a5667c2bfcceb57de58347
Author: Maxim Cournoyer <ma...@guixotic.coop>
AuthorDate: Sun Jul 13 23:38:41 2025 +0900

    gnu: vulkan-headers: Update to 1.4.313.0.
    
    * gnu/packages/vulkan.scm (vulkan-headers): Update to 1.4.313.0.
    
    Change-Id: Ibed13fb472f5511a8e73625df19058e05b87d78a
---
 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 c707d08828..e40d045815 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -318,7 +318,7 @@ Enhanced Subpixel Morphological Anti-Aliasing
 (define-public vulkan-headers/no-loader
   (package
     (name "vulkan-headers")
-    (version "1.4.309.0")
+    (version "1.4.313.0")
     (source
      (origin
        (method git-fetch)
@@ -328,7 +328,7 @@ Enhanced Subpixel Morphological Anti-Aliasing
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0ncj4gqb5zmkgmd205frrq8rxxdqlissqpj2fq3wxkdbdyx7pwid"))))
+         "0mfmdxip5sxf2mc0b7vg80hc7mcc9ygg9mgdjfd113czg1079fvi"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; No tests.

Reply via email to