janneke pushed a commit to branch core-packages-team
in repository guix.

commit 88c2d6bf9e3b3e8cb5717d65d58cb95d8eb40330
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 1b5df41497..4cecd983f4 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -39,7 +39,7 @@
 ;;; Copyright © 2023, 2024 Artyom V. Poptsov <[email protected]>
 ;;; Copyright © 2024 Ivan Vilata-i-Balaguer <[email protected]>
 ;;; Copyright © 2024 James Smith <[email protected]>
-;;; Copyright © 2024 Janneke Nieuwenhuizen <[email protected]>
+;;; Copyright © 2024, 2025 Janneke Nieuwenhuizen <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1368,7 +1368,7 @@ graphics.")
 (define-public openexr
   (package
     (name "openexr")
-    (version "3.2.4")
+    (version "3.3.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1378,7 +1378,7 @@ graphics.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "00s1a05kggk71vfbnsvykyjc2j7y6yyzgl63sy4yiddshz2k2mcr"))))
+                "1vhjnhsgjaabg2rmqbkqpf3ikrbfm5qivl562yalllysll4gbimk"))))
     (build-system cmake-build-system)
     (arguments
      (list #:configure-flags

Reply via email to