guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: openvr: Update to 1.26.7.


From: guix-commits
Subject: 01/02: gnu: openvr: Update to 1.26.7.
Date: Tue, 3 Oct 2023 14:17:34 -0400 (EDT)

podiki pushed a commit to branch master
in repository guix.

commit d66806f5fcdd0cb480875b882ae5ae0774d75ea0
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Tue Oct 3 14:08:56 2023 -0400

    gnu: openvr: Update to 1.26.7.
    
    * gnu/packages/game-development.scm (openvr): Update to 1.26.7.
---
 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 215c12e2d9..eb1d74d1e1 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2635,7 +2635,7 @@ fiction and classic point-and-click adventures.")
 (define-public openvr
   (package
     (name "openvr")
-    (version "1.8.19")
+    (version "1.26.7")
     (home-page "https://github.com/ValveSoftware/openvr/";)
     (source
      (origin
@@ -2645,7 +2645,7 @@ fiction and classic point-and-click adventures.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1b8cppvw6ib0kvx0vjq7jsk3plg1vh171w8xr230vjn05381wp52"))))
+        (base32 "09rvrja3pz6ggs41ra71p4dwjl4n0rpqrqw8jiy92xl33hhxbsmx"))))
     (build-system cmake-build-system)
     (arguments
      ;; No tests.



reply via email to

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