z572 pushed a commit to branch core-packages-team
in repository guix.
commit 63df1731d15a3315c0994ce5c848d58b0d902f11
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 9d77e6fe88..68895c4f9d 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -38,7 +38,7 @@
;;; Copyright © 2023 Eric Bavier <[email protected]>
;;; Copyright © 2023, 2024 Artyom V. Poptsov <[email protected]>
;;; Copyright © 2024 Ivan Vilata-i-Balaguer <[email protected]>
-;;; Copyright © 2024 Janneke Nieuwenhuizen <[email protected]>
+;;; Copyright © 2024, 2025 Janneke Nieuwenhuizen <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1343,7 +1343,7 @@ graphics.")
(define-public openexr
(package
(name "openexr")
- (version "3.2.4")
+ (version "3.3.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1353,7 +1353,7 @@ graphics.")
(file-name (git-file-name name version))
(sha256
(base32
- "00s1a05kggk71vfbnsvykyjc2j7y6yyzgl63sy4yiddshz2k2mcr"))))
+ "1vhjnhsgjaabg2rmqbkqpf3ikrbfm5qivl562yalllysll4gbimk"))))
(build-system cmake-build-system)
(arguments
(list #:configure-flags