[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: vulkan-headers: Update to 1.2.202.
From: |
guix-commits |
Subject: |
03/07: gnu: vulkan-headers: Update to 1.2.202. |
Date: |
Tue, 13 Sep 2022 11:37:38 -0400 (EDT) |
rekado pushed a commit to branch update-vulkan-headers-staging
in repository guix.
commit fd666314a475fc6ae5067ce0942f6cfa29a8924f
Author: Kaelyn Takata <kaelyn.alexi@protonmail.com>
AuthorDate: Thu Sep 1 16:27:00 2022 +0000
gnu: vulkan-headers: Update to 1.2.202.
* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.2.202.
---
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 5cfb94cd6f..61cbcf8411 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.164")
+ (version "1.2.202")
(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
- "11wzxvwim4jna1yssbmprl211dhmz8vmrd498zww3bghzlj7bljv"))))
+ "0lsjpxqb7k2mf0w1qadpki6vnwxr29kjg5y1jafl3pvk0mdy1azj"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; No tests.
- branch update-vulkan-headers-staging created (now 9e3bb38de9), guix-commits, 2022/09/13
- 01/07: gnu: spirv-headers: Update to 1.2.198.0., guix-commits, 2022/09/13
- 02/07: gnu: spirv-tools: Update to 2021.4., guix-commits, 2022/09/13
- 07/07: gnu: Add vulkan-validationlayers., guix-commits, 2022/09/13
- 04/07: gnu: vulkan-loader: Update to 1.2.202., guix-commits, 2022/09/13
- 06/07: gnu: shaderc: Update to 2021.3., guix-commits, 2022/09/13
- 05/07: gnu: vulkan-tools: Update to 1.2.201., guix-commits, 2022/09/13
- 03/07: gnu: vulkan-headers: Update to 1.2.202.,
guix-commits <=