guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

31/40: gnu: vulkan-headers: Update to 1.2.164.


From: guix-commits
Subject: 31/40: gnu: vulkan-headers: Update to 1.2.164.
Date: Sun, 13 Dec 2020 15:46:21 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 3a72e26be334e80868bb4e88a9a99704fb17fe52
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 12 19:11:41 2020 +0100

    gnu: vulkan-headers: Update to 1.2.164.
    
    * gnu/packages/vulkan.scm (vulkan-headers): Update to 1.2.164.
---
 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 627b27d..571fb26 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -183,7 +183,7 @@ interpretation of the specifications for these languages.")
 (define-public vulkan-headers
   (package
     (name "vulkan-headers")
-    (version "1.2.148")
+    (version "1.2.164")
     (source
      (origin
        (method git-fetch)
@@ -193,7 +193,7 @@ interpretation of the specifications for these languages.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1c877npvmkv2qxac308m3x0ij3il7hy5xk3fwsfi7s9dcsaxi63j"))))
+         "11wzxvwim4jna1yssbmprl211dhmz8vmrd498zww3bghzlj7bljv"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; No tests.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]