me
/
guix
Archived
1
0
Fork 0

gnu: openxr: Update to 1.0.24.

* gnu/packages/graphics.scm (openxr): Update to 1.0.24.
Vinicius Monego 2022-07-07 13:44:19 -03:00
parent 42efa9fc7a
commit d32737f7f0
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 2 deletions

View File

@ -2045,7 +2045,7 @@ Some feature highlights:
(define-public openxr (define-public openxr
(package (package
(name "openxr") (name "openxr")
(version "1.0.23") (version "1.0.24")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2059,7 +2059,7 @@ Some feature highlights:
;; Delete bundled jsoncpp. ;; Delete bundled jsoncpp.
(delete-file-recursively "src/external/jsoncpp"))) (delete-file-recursively "src/external/jsoncpp")))
(sha256 (sha256
(base32 "11w5a2ny30r8jghd5jwdxi5b2c84m21fmkp0lhpicbrwr98xgpj3")))) (base32 "1lkbw03hpwnqcbn0fmxs4cnp5m04hc0ys6y111n7vlrg11sjdpq5"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ; there are no tests `(#:tests? #f)) ; there are no tests