me
/
guix
Archived
1
0
Fork 0

gnu: openxr: Update to 1.0.26.

* gnu/packages/graphics.scm (openxr): Update to 1.0.26.
Vinicius Monego 2022-12-05 19:32:00 -03:00
parent bec2030559
commit c3e4163aaf
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 2 deletions

View File

@ -2053,7 +2053,7 @@ Some feature highlights:
(define-public openxr (define-public openxr
(package (package
(name "openxr") (name "openxr")
(version "1.0.25") (version "1.0.26")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2067,7 +2067,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 "1p8nfxswgy40zxizh925a477jcsfngbwns65qzaid5rmrvvk8c45")))) (base32 "0s66xgwkdj5vn05l493hqydrxfpxxidd6mcb8l7l5awhn88cy16f"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ; there are no tests `(#:tests? #f)) ; there are no tests