diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-09 12:16:47 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-01-09 12:17:58 +0100 |
| commit | b0e110f20ecafe9f9ae5c2d282582069fecfb18d (patch) | |
| tree | 838f5dfd3567741f491a67c3dbb0514527768a1d | |
| parent | e426045c098e90131fa3fdd3755f4da90d465f3b (diff) | |
gnu: ericw-tools: Update to 0.18.2-rc1.
* gnu/packages/game-development.scm (ericw-tools): Update to 0.18.2-rc1.
[inputs]: Remove embree-2; add embree.
Change-Id: Idbc5aa38adf1e39f538989612c0620097cf5434d
| -rw-r--r-- | gnu/packages/game-development.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 829d08b5d18..581806f3a3a 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -2837,7 +2837,7 @@ scripted in a Python-like language.") (define-public ericw-tools (package (name "ericw-tools") - (version "0.18.1") + (version "0.18.2-rc1") (source (origin (method git-fetch) @@ -2845,7 +2845,7 @@ scripted in a Python-like language.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "11sap7qv0rlhw8q25azvhgjcwiql3zam09q0gim3i04cg6fkh0vp")) + (base32 "0903fn4a5mc4sdx8q36j57fp15f7z246h8jm78x9jfz7sx9xrc3m")) (patches (search-patches "ericw-tools-add-check-for-sse2-in-light.cc.patch" "ericw-tools-gcc-11-pass-const-to-offsetof.patch")))) @@ -2890,7 +2890,7 @@ scripted in a Python-like language.") #$(package-version this-package) "/README.md"))))) #:tests? #f)) ; No tests - (inputs (list embree-2)) + (inputs (list embree)) (home-page "https://ericwa.github.io/ericw-tools/") (synopsis "Map compiling tools for Quake/Hexen 2") (description |
