mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: openxr: Update to 1.0.22.
* gnu/packages/graphics.scm (openxr): Update to 1.0.22.
This commit is contained in:
parent
e0168c72bd
commit
c42cfec3f6
1 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
||||||
;;; Copyright © 2021 Antoine Côté <antoine.cote@posteo.net>
|
;;; Copyright © 2021 Antoine Côté <antoine.cote@posteo.net>
|
||||||
;;; Copyright © 2021 Andy Tai <atai@atai.org>
|
;;; Copyright © 2021 Andy Tai <atai@atai.org>
|
||||||
;;; Copyright © 2021 Ekaitz Zarraga <ekaitz@elenq.tech>
|
;;; Copyright © 2021 Ekaitz Zarraga <ekaitz@elenq.tech>
|
||||||
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
|
;;; Copyright © 2021, 2022 Vinicius Monego <monego@posteo.net>
|
||||||
;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de>
|
;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -1919,7 +1919,7 @@ (define-public drawpile
|
||||||
(define-public openxr
|
(define-public openxr
|
||||||
(package
|
(package
|
||||||
(name "openxr")
|
(name "openxr")
|
||||||
(version "1.0.20")
|
(version "1.0.22")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1933,7 +1933,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 "1jd7jjxlrdi8kjnmn3sad7dgb4h48dbxryfb9snf0kifn47bi20m"))))
|
(base32 "1l6wygazgvd8lbhqk60iim2l2h35gxpsn0y9a9f8q72sqpfianky"))))
|
||||||
(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