janneke pushed a commit to branch core-packages-team
in repository guix.
commit ac87ce426eaa18358491aa114096372492050c15
Author: Janneke Nieuwenhuizen <[email protected]>
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 620ccaf80b..1c28472a05 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1368,7 +1368,7 @@ graphics.")
(define-public openexr
(package
(name "openexr")
- (version "3.3.2")
+ (version "3.2.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1378,7 +1378,7 @@ graphics.")
(file-name (git-file-name name version))
(sha256
(base32
- "1vhjnhsgjaabg2rmqbkqpf3ikrbfm5qivl562yalllysll4gbimk"))))
+ "00s1a05kggk71vfbnsvykyjc2j7y6yyzgl63sy4yiddshz2k2mcr"))))
(build-system cmake-build-system)
(arguments
(list #:configure-flags