andreas pushed a commit to branch core-packages-team in repository guix. commit 10766b13e79551e0804041f9ee3c88747a42e257 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 9f1bc4e9f1..7fceb1d789 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -1379,7 +1379,7 @@ graphics.") (define-public openexr (package (name "openexr") - (version "3.3.2") + (version "3.2.4") (source (origin (method git-fetch) (uri (git-reference @@ -1389,7 +1389,7 @@ graphics.") (file-name (git-file-name name version)) (sha256 (base32 - "1vhjnhsgjaabg2rmqbkqpf3ikrbfm5qivl562yalllysll4gbimk")))) + "00s1a05kggk71vfbnsvykyjc2j7y6yyzgl63sy4yiddshz2k2mcr")))) (build-system cmake-build-system) (arguments (list #:configure-flags