summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2024-09-07 16:49:13 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2024-09-07 16:56:26 -0400
commit31a55a652f8e4856fd66b47377e214b7d20b4f61 (patch)
tree247f7b0c37db6aa0ebf2db9570d1a4c706e6f888
parent4ba9f3e0f1484524f91ca1f7ec3a4ce7cb8873ff (diff)
downloadguix-patches-31a55a652f8e4856fd66b47377e214b7d20b4f61.tar
guix-patches-31a55a652f8e4856fd66b47377e214b7d20b4f61.tar.gz
gnu: embree: Update to 4.3.3.
* gnu/packages/graphics.scm (embree): Update to 4.3.3. Change-Id: Ibcd48258df0de9ba0203e6d934f1fff5394f1f78
-rw-r--r--gnu/packages/graphics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 56c53211c1..1d7a677cb7 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -449,7 +449,7 @@ with the @command{autotrace} utility or as a C library, @code{libautotrace}.")
(define-public embree
(package
(name "embree")
- (version "3.13.5")
+ (version "4.3.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -458,7 +458,7 @@ with the @command{autotrace} utility or as a C library, @code{libautotrace}.")
(file-name (git-file-name name version))
(sha256
(base32
- "1kcvz7g6j56anv9zjyd3gidxl46vipw0gg82lns12m45cd43iwxm"))))
+ "1p8xlzz8lvcg2laz164snp9hf4nnn4ynfxxc4sf6skg78y86hxbc"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; no tests (apparently)