mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: openxr: Update to 1.0.23.
* gnu/packages/graphics.scm (openxr): Update to 1.0.23.
This commit is contained in:
parent
fbf69d1c08
commit
cebe0f127f
1 changed files with 2 additions and 2 deletions
|
@ -1990,7 +1990,7 @@ (define-public drawpile
|
|||
(define-public openxr
|
||||
(package
|
||||
(name "openxr")
|
||||
(version "1.0.22")
|
||||
(version "1.0.23")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2004,7 +2004,7 @@ (define-public openxr
|
|||
;; Delete bundled jsoncpp.
|
||||
(delete-file-recursively "src/external/jsoncpp")))
|
||||
(sha256
|
||||
(base32 "1l6wygazgvd8lbhqk60iim2l2h35gxpsn0y9a9f8q72sqpfianky"))))
|
||||
(base32 "11w5a2ny30r8jghd5jwdxi5b2c84m21fmkp0lhpicbrwr98xgpj3"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; there are no tests
|
||||
|
|
Loading…
Reference in a new issue