guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: vulkan-icd-loader: Update to 1.0.65.2.


From: Rutger Helling
Subject: 01/01: gnu: vulkan-icd-loader: Update to 1.0.65.2.
Date: Tue, 30 Jan 2018 06:24:28 -0500 (EST)

rhelling pushed a commit to branch core-updates
in repository guix.

commit 8b9dbdf36fa89b7eb02876900d6979908336375c
Author: Rutger Helling <address@hidden>
Date:   Tue Jan 30 12:21:41 2018 +0100

    gnu: vulkan-icd-loader: Update to 1.0.65.2.
    
    * gnu/packages/vulkan.scm (vulkan-icd-loader): Update to 1.0.65.2.
---
 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 dc81901..2599919 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -149,7 +149,7 @@ interpretation of the specifications for these languages.")
 (define-public vulkan-icd-loader
   (package
     (name "vulkan-icd-loader")
-    (version "1.0.61.1")
+    (version "1.0.65.2")
     (source
      (origin
        (method url-fetch)
@@ -158,7 +158,7 @@ interpretation of the specifications for these languages.")
              "archive/sdk-" version ".tar.gz"))
        (sha256
         (base32
-         "05g60hk30sbc4rwkh7nrgqdk6hfsi4hwxs54yrysrzr18xpfb8j7"))))
+         "1ivvmb977n2xp95v3sryhflvryy3mxrcwrd1hnr2dmri40vg1sl8"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ;FIXME: 23/39 tests fail.  Try "tests/run_all_tests.sh".



reply via email to

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