guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: openxr: Update to 1.0.26.


From: guix-commits
Subject: 07/07: gnu: openxr: Update to 1.0.26.
Date: Mon, 5 Dec 2022 19:07:07 -0500 (EST)

monego pushed a commit to branch master
in repository guix.

commit c3e4163aaf8d3dd5c8a8970b79bb044563783d47
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Mon Dec 5 19:32:00 2022 -0300

    gnu: openxr: Update to 1.0.26.
    
    * gnu/packages/graphics.scm (openxr): Update to 1.0.26.
---
 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 60c6a979c5..efe1deede4 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -2053,7 +2053,7 @@ Some feature highlights:
 (define-public openxr
   (package
     (name "openxr")
-    (version "1.0.25")
+    (version "1.0.26")
     (source
      (origin
        (method git-fetch)
@@ -2067,7 +2067,7 @@ Some feature highlights:
            ;; Delete bundled jsoncpp.
            (delete-file-recursively "src/external/jsoncpp")))
        (sha256
-        (base32 "1p8nfxswgy40zxizh925a477jcsfngbwns65qzaid5rmrvvk8c45"))))
+        (base32 "0s66xgwkdj5vn05l493hqydrxfpxxidd6mcb8l7l5awhn88cy16f"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

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