summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2024-04-09 00:20:34 +0000
committerGuix Patches Tester <>2024-04-17 14:16:33 +0200
commitf4a12c176a69d488df161eda5de1587a72a9609c (patch)
tree25becce7a07ef6f440a4da382092b76ef5de63c6
parentb47ae1ecc43baaf726701ab2d2f810ecfaa75428 (diff)
downloadguix-patches-issue-70294.tar
guix-patches-issue-70294.tar.gz
gnu: embree: Update to 4.3.1.issue-70294
* gnu/packages/graphics.scm (embree): Update to 4.3.1. Change-Id: I48c76434b6689c8c0d0ca4d9d3db3bf582bb95a6
-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 3571a45b84..c8fcbda78d 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -435,7 +435,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.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -444,7 +444,7 @@ with the @command{autotrace} utility or as a C library, @code{libautotrace}.")
(file-name (git-file-name name version))
(sha256
(base32
- "1kcvz7g6j56anv9zjyd3gidxl46vipw0gg82lns12m45cd43iwxm"))))
+ "13hiswbrnnr68jj74dbp65plispwlrnigp4rv8n4x7y38s9ya0w1"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; no tests (apparently)