guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: embree: Update to 3.13.5.


From: guix-commits
Subject: 01/03: gnu: embree: Update to 3.13.5.
Date: Sat, 22 Apr 2023 06:58:35 -0400 (EDT)

glv pushed a commit to branch core-updates
in repository guix.

commit 81cef273c055018a2ff8febb447a10af08161a08
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Apr 22 10:55:14 2023 +0200

    gnu: embree: Update to 3.13.5.
    
    * gnu/packages/graphics.scm (embree): Update to 3.13.5.
---
 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 5a0ca540fd..98b0223110 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -413,7 +413,7 @@ with the @command{autotrace} utility or as a C library, 
@code{libautotrace}.")
 (define-public embree
   (package
     (name "embree")
-    (version "3.12.1")
+    (version "3.13.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -422,7 +422,7 @@ with the @command{autotrace} utility or as a C library, 
@code{libautotrace}.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0aznd16n7h8g3f6jcahzfp1dq4r7wayqvn03wsaskiq2dvsi4srd"))))
+                "1kcvz7g6j56anv9zjyd3gidxl46vipw0gg82lns12m45cd43iwxm"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; no tests (apparently)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]