From 5fda088fb17f0f5ad5cbb47314bada5f25afdb68 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sun, 23 Apr 2023 18:21:05 -0400 Subject: [PATCH] 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. --- gnu/packages/graphics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 98b0223110..8cd406842f 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -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