guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 30e3f0d1f5a714fd6e2464d5bdebe27b13cd3132
Author: Olivier Farges <[email protected]>
AuthorDate: Wed Jun 10 10:34:39 2026 +0200

    gnu: embree: Update to 4.4.1.
    
    * gnu/packages/graphics.scm (embree): Update to 4.4.1.
    
    Relates-to: guix/guix!9216
    Reviewed-by: bdunahu <[email protected]>
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 9f5ff382c4..eaa7c5be03 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -611,7 +611,7 @@ with the @command{autotrace} utility or as a C library, 
@code{libautotrace}.")
 (define-public embree
   (package
     (name "embree")
-    (version "4.3.3")
+    (version "4.4.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -620,7 +620,7 @@ with the @command{autotrace} utility or as a C library, 
@code{libautotrace}.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1p8xlzz8lvcg2laz164snp9hf4nnn4ynfxxc4sf6skg78y86hxbc"))))
+                "1hyv68b0q6chflf9p1s64z2qcddv7yrh2f4vjf9nclnpgnkjv4k4"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; no tests (apparently)

Reply via email to