diff options
Diffstat (limited to 'gnu')
| -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.") | |||
| 2837 | (define-public ericw-tools | 2837 | (define-public ericw-tools |
| 2838 | (package | 2838 | (package |
| 2839 | (name "ericw-tools") | 2839 | (name "ericw-tools") |
| 2840 | (version "0.18.1") | 2840 | (version "0.18.2-rc1") |
| 2841 | (source | 2841 | (source |
| 2842 | (origin | 2842 | (origin |
| 2843 | (method git-fetch) | 2843 | (method git-fetch) |
| @@ -2845,7 +2845,7 @@ scripted in a Python-like language.") | |||
| 2845 | (commit (string-append "v" version)))) | 2845 | (commit (string-append "v" version)))) |
| 2846 | (file-name (git-file-name name version)) | 2846 | (file-name (git-file-name name version)) |
| 2847 | (sha256 | 2847 | (sha256 |
| 2848 | (base32 "11sap7qv0rlhw8q25azvhgjcwiql3zam09q0gim3i04cg6fkh0vp")) | 2848 | (base32 "0903fn4a5mc4sdx8q36j57fp15f7z246h8jm78x9jfz7sx9xrc3m")) |
| 2849 | (patches | 2849 | (patches |
| 2850 | (search-patches "ericw-tools-add-check-for-sse2-in-light.cc.patch" | 2850 | (search-patches "ericw-tools-add-check-for-sse2-in-light.cc.patch" |
| 2851 | "ericw-tools-gcc-11-pass-const-to-offsetof.patch")))) | 2851 | "ericw-tools-gcc-11-pass-const-to-offsetof.patch")))) |
| @@ -2890,7 +2890,7 @@ scripted in a Python-like language.") | |||
| 2890 | #$(package-version this-package) | 2890 | #$(package-version this-package) |
| 2891 | "/README.md"))))) | 2891 | "/README.md"))))) |
| 2892 | #:tests? #f)) ; No tests | 2892 | #:tests? #f)) ; No tests |
| 2893 | (inputs (list embree-2)) | 2893 | (inputs (list embree)) |
| 2894 | (home-page "https://ericwa.github.io/ericw-tools/") | 2894 | (home-page "https://ericwa.github.io/ericw-tools/") |
| 2895 | (synopsis "Map compiling tools for Quake/Hexen 2") | 2895 | (synopsis "Map compiling tools for Quake/Hexen 2") |
| 2896 | (description | 2896 | (description |
