guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit 07951429313eb636f323ee01c11bf4d031b18647 Author: Janneke Nieuwenhuizen <[email protected]> AuthorDate: Wed Jan 1 14:30:42 2025 +0100 gnu: openexr: Update to 3.3.2; fixes build with gcc-14. * gnu/packages/graphics.scm (openexr): Update to 3.3.2. Change-Id: I5ae0205e4bc1c1ec6514d0c7278ce08d22d77907 --- gnu/packages/graphics.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 7c55327b24..bddfbade62 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -40,7 +40,7 @@ ;;; Copyright © 2024 Ivan Vilata-i-Balaguer <[email protected]> ;;; Copyright © 2024 James Smith <[email protected]> ;;; Copyright © 2025 Nicolas Graves <[email protected]> -;;; Copyright © 2024 Janneke Nieuwenhuizen <[email protected]> +;;; Copyright © 2024, 2025 Janneke Nieuwenhuizen <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1505,7 +1505,7 @@ graphics.") (define-public openexr (package (name "openexr") - (version "3.2.4") + (version "3.3.2") (source (origin (method git-fetch) (uri (git-reference @@ -1515,7 +1515,7 @@ graphics.") (file-name (git-file-name name version)) (sha256 (base32 - "00s1a05kggk71vfbnsvykyjc2j7y6yyzgl63sy4yiddshz2k2mcr")))) + "1vhjnhsgjaabg2rmqbkqpf3ikrbfm5qivl562yalllysll4gbimk")))) (build-system cmake-build-system) (arguments (list #:configure-flags
