guix-commits
[Top][All Lists]
Advanced

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

32/40: gnu: vulkan-loader: Update to 1.2.162.


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

mbakke pushed a commit to branch staging
in repository guix.

commit 85ab862a7da2a7f9d04fbd96e5a6d249d02ef14a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 12 19:12:09 2020 +0100

    gnu: vulkan-loader: Update to 1.2.162.
    
    * gnu/packages/vulkan.scm (vulkan-loader): Update to 1.2.162.
---
 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 571fb26..81eba54 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -207,7 +207,7 @@ interpretation of the specifications for these languages.")
 (define-public vulkan-loader
   (package
     (name "vulkan-loader")
-    (version "1.2.148")
+    (version "1.2.162")
     (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
-         "0rxh4q09k0pdl3xlvxdv5qkak4d7az25gijxr5w170fjnd8yfrhk"))))
+         "15gx9ab6w1sjq9hkpbas7z2f8f47j6mlln6p3w26qmydjj8gfjjv"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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