diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-05-06 09:51:02 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-05-11 10:50:23 +0300 |
| commit | 892a857130991122653d80172055c30b8d988ec2 (patch) | |
| tree | cab5885d59b43a0a6997695bc8523eb3b9244f66 | |
| parent | 3ef72f23e6d63d636ca20806af255ffb8b6c0b4d (diff) | |
gnu: embree-3: Fix version number.
This is the number reported by the code and the hash matches.
* gnu/packages/graphics.scm (embree-3)[version]: Set to 3.13.5.
Change-Id: I4b4d28101a501e778a11a1ed6f5cc91c5a22cb2e
| -rw-r--r-- | gnu/packages/graphics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index e056e703d5..ff3a9fb3fd 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -645,7 +645,7 @@ applications.") (package (inherit embree) (name "embree") - (version "3.3.15") + (version "3.13.5") (source (origin (method git-fetch) (uri (git-reference |
