guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: vulkan-headers: Update to 1.103.


From: guix-commits
Subject: 01/01: gnu: vulkan-headers: Update to 1.103.
Date: Tue, 12 Mar 2019 06:22:17 -0400 (EDT)

rhelling pushed a commit to branch staging
in repository guix.

commit 47b3eed821cf86c350dc4b0fdbe75647cdc275b0
Author: Rutger Helling <address@hidden>
Date:   Tue Mar 12 11:18:17 2019 +0100

    gnu: vulkan-headers: Update to 1.103.
    
    * gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.103.
    * gnu/packages/vulkan.scm (vulkan-loader): Adjust version.
    * gnu/packages/vulkan.scm (vulkan-tools): Adjust version.
---
 gnu/packages/vulkan.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index 98a0523..7517d24 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -163,7 +163,7 @@ interpretation of the specifications for these languages.")
 (define-public vulkan-headers
   (package
     (name "vulkan-headers")
-    (version "1.1.102")
+    (version "1.1.103")
     (source
      (origin
        (method git-fetch)
@@ -173,7 +173,7 @@ interpretation of the specifications for these languages.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1dkjg48l7dfpq16bq1w9c3y9dwpj2hhv7b3njvj52lpgpa14s0f9"))))
+         "1q3c79rf3mma0vqmwnxwps588pnyzap4nn49hk41m39k79vniaz8"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; No tests.
@@ -187,7 +187,7 @@ interpretation of the specifications for these languages.")
 (define-public vulkan-loader
   (package
     (name "vulkan-loader")
-    (version (package-version vulkan-headers))
+    (version "1.1.102")
     (source
      (origin
        (method git-fetch)
@@ -244,7 +244,7 @@ and the ICD.")
 (define-public vulkan-tools
   (package
     (name "vulkan-tools")
-    (version (package-version vulkan-headers))
+    (version "1.1.102")
     (source
      (origin
        (method git-fetch)



reply via email to

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