mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01: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
|
(define-public openxr
|
||||||
(package
|
(package
|
||||||
(name "openxr")
|
(name "openxr")
|
||||||
(version "1.0.22")
|
(version "1.0.23")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2004,7 +2004,7 @@ (define-public openxr
|
||||||
;; Delete bundled jsoncpp.
|
;; Delete bundled jsoncpp.
|
||||||
(delete-file-recursively "src/external/jsoncpp")))
|
(delete-file-recursively "src/external/jsoncpp")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1l6wygazgvd8lbhqk60iim2l2h35gxpsn0y9a9f8q72sqpfianky"))))
|
(base32 "11w5a2ny30r8jghd5jwdxi5b2c84m21fmkp0lhpicbrwr98xgpj3"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; there are no tests
|
`(#:tests? #f)) ; there are no tests
|
||||||
|
|
Loading…
Reference in a new issue