guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: openxr: Update to 1.0.25.


From: guix-commits
Subject: 05/08: gnu: openxr: Update to 1.0.25.
Date: Sat, 5 Nov 2022 09:18:45 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 99cf2f4dfb6fd1eb1e4f9b2ae95b08ed2dd06919
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Oct 29 11:54:26 2022 -0300

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



reply via email to

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