gnu: OpenImageIO: Update to 2.2.21.0.
This fixes the build with GCC 11. * gnu/packages/graphics.scm (openimageio): Update to 2.2.21.0.
This commit is contained in:
parent
186e516400
commit
5fda088fb1
1 changed files with 2 additions and 2 deletions
|
@ -1270,7 +1270,7 @@ (define-public openexr-2
|
|||
(define-public openimageio
|
||||
(package
|
||||
(name "openimageio")
|
||||
(version "2.2.11.1")
|
||||
(version "2.2.21.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1279,7 +1279,7 @@ (define-public openimageio
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1i9r6vgz15aj1yzbf5a9lqhlyakjs793yrw5gw720l84lcyigad7"))))
|
||||
"1i9rpvgz15aj1yzbf5a9lqhlyakjs793yrw5gw720l84lcyigad7"))))
|
||||
(build-system cmake-build-system)
|
||||
;; FIXME: To run all tests successfully, test image sets from multiple
|
||||
;; third party sources have to be present. For details see
|
||||
|
|
Loading…
Reference in a new issue