guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4c98911039b8c8d4d6af0e46cf7e2ae50ad9289b
Author: Nemin <[email protected]>
AuthorDate: Tue Jan 27 13:19:45 2026 +0100

    gnu: openvr: Update to 2.12.14.
    
    * gnu/packages/game-development.scm (openvr): Update to 2.12.14.
    
    Change-Id: I46fabf3b766296cf6d4161e3b9ba3f8de4470114
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 56f147f956..5cecbf6963 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -3294,7 +3294,7 @@ fiction and classic point-and-click adventures.")
 (define-public openvr
   (package
     (name "openvr")
-    (version "1.26.7")
+    (version "2.12.14")
     (home-page "https://github.com/ValveSoftware/openvr/";)
     (source
      (origin
@@ -3304,7 +3304,7 @@ fiction and classic point-and-click adventures.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "09rvrja3pz6ggs41ra71p4dwjl4n0rpqrqw8jiy92xl33hhxbsmx"))))
+        (base32 "0i85awq7w669j0x091chma8rcx1zqwn1j4v0d42bcjcvhqa6iv0v"))))
     (build-system cmake-build-system)
     (arguments
      ;; No tests.

Reply via email to