gnu: openvr: Update to 1.26.7.
* gnu/packages/game-development.scm (openvr): Update to 1.26.7.
This commit is contained in:
		
							parent
							
								
									fb9acf4220
								
							
						
					
					
						commit
						d66806f5fc
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2635,7 +2635,7 @@ fiction and classic point-and-click adventures.")
 | 
				
			||||||
(define-public openvr
 | 
					(define-public openvr
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "openvr")
 | 
					    (name "openvr")
 | 
				
			||||||
    (version "1.8.19")
 | 
					    (version "1.26.7")
 | 
				
			||||||
    (home-page "https://github.com/ValveSoftware/openvr/")
 | 
					    (home-page "https://github.com/ValveSoftware/openvr/")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
| 
						 | 
					@ -2645,7 +2645,7 @@ fiction and classic point-and-click adventures.")
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1b8cppvw6ib0kvx0vjq7jsk3plg1vh171w8xr230vjn05381wp52"))))
 | 
					        (base32 "09rvrja3pz6ggs41ra71p4dwjl4n0rpqrqw8jiy92xl33hhxbsmx"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     ;; No tests.
 | 
					     ;; No tests.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue