guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: openxr: Update to 1.0.24.


From: guix-commits
Subject: 02/08: gnu: openxr: Update to 1.0.24.
Date: Sat, 13 Aug 2022 01:36:26 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit d32737f7f04b1b7bb4bff2639fc1fc1abb449825
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Thu Jul 7 13:44:19 2022 -0300

    gnu: openxr: Update to 1.0.24.
    
    * gnu/packages/graphics.scm (openxr): Update to 1.0.24.
---
 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 4e0961b9e4..51177dc966 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -2045,7 +2045,7 @@ Some feature highlights:
 (define-public openxr
   (package
     (name "openxr")
-    (version "1.0.23")
+    (version "1.0.24")
     (source
      (origin
        (method git-fetch)
@@ -2059,7 +2059,7 @@ Some feature highlights:
            ;; Delete bundled jsoncpp.
            (delete-file-recursively "src/external/jsoncpp")))
        (sha256
-        (base32 "11w5a2ny30r8jghd5jwdxi5b2c84m21fmkp0lhpicbrwr98xgpj3"))))
+        (base32 "1lkbw03hpwnqcbn0fmxs4cnp5m04hc0ys6y111n7vlrg11sjdpq5"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

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