guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: openxr: Update to 1.0.23.


From: guix-commits
Subject: 06/13: gnu: openxr: Update to 1.0.23.
Date: Sat, 18 Jun 2022 12:20:35 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit cebe0f127ff1a5d6979d38807e7e19b48a206e20
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Tue Jun 14 12:35:43 2022 -0300

    gnu: openxr: Update to 1.0.23.
    
    * gnu/packages/graphics.scm (openxr): Update to 1.0.23.
---
 gnu/packages/graphics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 64286bf68d..0b66d9442f 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1990,7 +1990,7 @@ Some feature highlights:
 (define-public openxr
   (package
     (name "openxr")
-    (version "1.0.22")
+    (version "1.0.23")
     (source
      (origin
        (method git-fetch)
@@ -2004,7 +2004,7 @@ Some feature highlights:
            ;; Delete bundled jsoncpp.
            (delete-file-recursively "src/external/jsoncpp")))
        (sha256
-        (base32 "1l6wygazgvd8lbhqk60iim2l2h35gxpsn0y9a9f8q72sqpfianky"))))
+        (base32 "11w5a2ny30r8jghd5jwdxi5b2c84m21fmkp0lhpicbrwr98xgpj3"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

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