[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: vkd3d: Update to 1.2.
From: |
guix-commits |
Subject: |
01/02: gnu: vkd3d: Update to 1.2. |
Date: |
Fri, 29 Jan 2021 06:48:23 -0500 (EST) |
leoprikler pushed a commit to branch master
in repository guix.
commit cd1ed8801ac332607f69a4481f49580ccb926c60
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sun Jan 24 18:57:31 2021 +0100
gnu: vkd3d: Update to 1.2.
* gnu/packages/vulkan.scm (vkd3d): Update to 1.2.
---
gnu/packages/vulkan.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index 7e62294..86b0e55 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -351,10 +351,10 @@ shader compilation.")
(license license:asl2.0)))
(define-public vkd3d
- (let ((commit "ecda316ef54d70bf1b3e860755241bb75873e53f")) ; Release 1.1.
+ (let ((commit "56cd4a94d541707959ce7677af6d1a34739e5579")) ; Release 1.2.
(package
(name "vkd3d")
- (version "1.1")
+ (version "1.2")
(source
(origin
(method git-fetch)
@@ -363,7 +363,7 @@ shader compilation.")
(commit commit)))
(sha256
(base32
- "05a28kspy8gzng181w28zjqdb3pj2ss83b0lwnppxbcdzsz7rvrf"))
+ "1n4a622drgnprvz5hjxzyzcsg2lp5rlf1sajki2vzf5gsx6fdpk8"))
(file-name (string-append name "-" version "-checkout"))))
(build-system gnu-build-system)
(arguments