guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit f00c0ea66d2151dbe31f46a8155813511784ce51 Author: Janneke Nieuwenhuizen <jann...@gnu.org> AuthorDate: Sat Jan 4 22:25:06 2025 +0100 Revert "gnu: openexr: Update to 3.3.2; fixes build with gcc-14." Apparently 3.2.4 also builds with gcc-14, and 3.3.2 breaks for example libjxl. This reverts commit d2fa9754c4542ea5cb2d4b261ad30de0ba65a303. Change-Id: I1d0c2c6e1385e5d0311dcd416082d5f5b640e78f --- 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 76f95d65fa..db9e0889c9 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -1473,7 +1473,7 @@ graphics.") (define-public openexr (package (name "openexr") - (version "3.3.2") + (version "3.2.4") (source (origin (method git-fetch) (uri (git-reference @@ -1483,7 +1483,7 @@ graphics.") (file-name (git-file-name name version)) (sha256 (base32 - "1vhjnhsgjaabg2rmqbkqpf3ikrbfm5qivl562yalllysll4gbimk")))) + "00s1a05kggk71vfbnsvykyjc2j7y6yyzgl63sy4yiddshz2k2mcr")))) (build-system cmake-build-system) (arguments (list #:configure-flags