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:
Leo Famulari 2023-04-23 18:21:05 -04:00
parent 186e516400
commit 5fda088fb1
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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