gnu: openxr: Update to 1.0.23.

* gnu/packages/graphics.scm (openxr): Update to 1.0.23.
This commit is contained in:
Vinicius Monego 2022-06-14 12:35:43 -03:00
parent fbf69d1c08
commit cebe0f127f
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -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