diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index d56e0d3d99..11ef4ce767 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -26,7 +26,7 @@ ;;; Copyright © 2021 Antoine Côté ;;; Copyright © 2021 Andy Tai ;;; Copyright © 2021 Ekaitz Zarraga -;;; Copyright © 2021 Vinicius Monego +;;; Copyright © 2021, 2022 Vinicius Monego ;;; Copyright © 2022 Michael Rohleder ;;; ;;; This file is part of GNU Guix. @@ -1919,7 +1919,7 @@ (define-public drawpile (define-public openxr (package (name "openxr") - (version "1.0.20") + (version "1.0.22") (source (origin (method git-fetch) @@ -1933,7 +1933,7 @@ (define-public openxr ;; Delete bundled jsoncpp. (delete-file-recursively "src/external/jsoncpp"))) (sha256 - (base32 "1jd7jjxlrdi8kjnmn3sad7dgb4h48dbxryfb9snf0kifn47bi20m")))) + (base32 "1l6wygazgvd8lbhqk60iim2l2h35gxpsn0y9a9f8q72sqpfianky")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ; there are no tests