[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/34: gnu: vulkan-tools: Update to 1.2.148.
From: |
guix-commits |
Subject: |
13/34: gnu: vulkan-tools: Update to 1.2.148. |
Date: |
Sat, 25 Jul 2020 14:54:00 -0400 (EDT) |
mbakke pushed a commit to branch wip-staging
in repository guix.
commit 05cf7180be85981228ff9d2eefddf6343fe37237
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 24 22:38:43 2020 +0200
gnu: vulkan-tools: Update to 1.2.148.
* gnu/packages/vulkan.scm (vulkan-headers, vulkan-loader, vulkan-tools):
Update to 1.2.148.
---
gnu/packages/vulkan.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index fe37b59..7e62294 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.141")
+ (version "1.2.148")
(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
- "10nmx6y4llllfcczyfz76amd0vkqv09dj952d19zkzmmgcval7zq"))))
+ "1c877npvmkv2qxac308m3x0ij3il7hy5xk3fwsfi7s9dcsaxi63j"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; No tests.
@@ -207,7 +207,7 @@ interpretation of the specifications for these languages.")
(define-public vulkan-loader
(package
(name "vulkan-loader")
- (version "1.2.140")
+ (version "1.2.148")
(source
(origin
(method git-fetch)
@@ -217,7 +217,7 @@ interpretation of the specifications for these languages.")
(file-name (git-file-name name version))
(sha256
(base32
- "0rhyz0qgp0i7pcx6wlvgwy7j33d4cs0xx39f0b6igpfk0vk70r1w"))))
+ "0rxh4q09k0pdl3xlvxdv5qkak4d7az25gijxr5w170fjnd8yfrhk"))))
(build-system cmake-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
@@ -261,7 +261,7 @@ and the ICD.")
(define-public vulkan-tools
(package
(name "vulkan-tools")
- (version "1.2.140")
+ (version "1.2.148")
(source
(origin
(method git-fetch)
@@ -271,7 +271,7 @@ and the ICD.")
(file-name (git-file-name name version))
(sha256
(base32
- "08dk0q77kpycn4vv19jh3ig73gbq3psan246a7fss0nfxpiddg0j"))))
+ "1908fw4rvg5iaim8ph0c0bzhac6jplg8dhfs6dpxd1dapzwqllkf"))))
(build-system cmake-build-system)
(inputs
`(("glslang" ,glslang)
- branch wip-staging created (now 91fadb7), guix-commits, 2020/07/25
- 04/34: gnu: NSS: Update to 3.55 [security fixes]., guix-commits, 2020/07/25
- 02/34: gnu: python-cython: Update to 0.29.21., guix-commits, 2020/07/25
- 05/34: gnu: python-cryptography: Update to 3.0., guix-commits, 2020/07/25
- 06/34: gnu: ImageMagick: Update to 6.9.11-24., guix-commits, 2020/07/25
- 01/34: gnu: pcsc-lite: Update to 1.9.0., guix-commits, 2020/07/25
- 07/34: gnu: libnsl: Update to 1.3.0., guix-commits, 2020/07/25
- 09/34: gnu: pciutils: Update to 3.7.0., guix-commits, 2020/07/25
- 12/34: gnu: libinput: Update to 1.15.6., guix-commits, 2020/07/25
- 13/34: gnu: vulkan-tools: Update to 1.2.148.,
guix-commits <=
- 11/34: gnu: python-requests: Update to 2.24.0., guix-commits, 2020/07/25
- 14/34: gnu: wayland-protocols: Update to 1.20., guix-commits, 2020/07/25
- 17/34: gnu: libvorbis: Update to 1.3.7., guix-commits, 2020/07/25
- 03/34: gnu: nspr: Update to 4.27., guix-commits, 2020/07/25
- 08/34: gnu: GTK+: Update to 3.24.21., guix-commits, 2020/07/25
- 10/34: gnu: python-mako: Update to 1.1.3., guix-commits, 2020/07/25
- 16/34: gnu: libpsl: Update to 0.21.1., guix-commits, 2020/07/25
- 21/34: gnu: libdrm: Update to 2.4.102., guix-commits, 2020/07/25
- 22/34: gnu: libva: Update to 2.8.0., guix-commits, 2020/07/25
- 23/34: gnu: mesa: Update to 20.1.4., guix-commits, 2020/07/25