This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ba4d05865c gnu: povray: Modernize input.
ba4d05865c is described below

commit ba4d05865ceee1b3278684e6a055b27fb4a47033
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Jul 31 09:36:17 2025 +0200

    gnu: povray: Modernize input.
    
    * gnu/packages/graphics.scm (povray)[inputs]: Remove openexr-2; add openexr.
    
    Change-Id: I2b6bc9e3d7a28e6e7f32f3d2cf9914150d2619f1
---
 gnu/packages/graphics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 25fe072936..cfd6495b91 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1907,7 +1907,7 @@ in Julia).")
            libjpeg-turbo
            libpng
            libtiff
-           openexr-2
+           openexr
            sdl
            zlib))
     (arguments

Reply via email to