diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2026-07-02 21:41:18 -0700 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-07-11 14:42:24 +0200 |
| commit | 7b23e3429756abc89a63e6c331b79c4a4e2f4b85 (patch) | |
| tree | 1bcb844910318ab3f96fe84750001f74d32f559e /gnu/packages/games.scm | |
| parent | 813827632917d00b042da94e4c7e6514fbb97b4b (diff) | |
gnu: vcmi: Update to 1.7.4.
* gnu/packages/games.scm (vcmi): Update to 1.7.4.
[native-inputs]: Add gettext-minimal.
* gnu/packages/patches/vcmi-disable-privacy-breach.patch: Refresh for 1.7.4.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Merges: guix/guix#9676
Diffstat (limited to 'gnu/packages/games.scm')
| -rw-r--r-- | gnu/packages/games.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 59d2badcb0d..e9f44496a6d 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -13459,7 +13459,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") | |||
| 13459 | (define-public vcmi | 13459 | (define-public vcmi |
| 13460 | (package | 13460 | (package |
| 13461 | (name "vcmi") | 13461 | (name "vcmi") |
| 13462 | (version "1.7.3") | 13462 | (version "1.7.4") |
| 13463 | (source (origin | 13463 | (source (origin |
| 13464 | (method git-fetch) | 13464 | (method git-fetch) |
| 13465 | (uri (git-reference | 13465 | (uri (git-reference |
| @@ -13468,7 +13468,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") | |||
| 13468 | (file-name (git-file-name name version)) | 13468 | (file-name (git-file-name name version)) |
| 13469 | (sha256 | 13469 | (sha256 |
| 13470 | (base32 | 13470 | (base32 |
| 13471 | "18rvq99kpnlncw2ndjgbwv5ria1ag3vvwmgmkwn4w3yj5dzp4z5k")) | 13471 | "1sf04hv73ssiznks8pf4q7ny9y17zxsf8mqwln8dq1w2kp8rb87s")) |
| 13472 | (patches (search-patches "vcmi-disable-privacy-breach.patch")))) | 13472 | (patches (search-patches "vcmi-disable-privacy-breach.patch")))) |
| 13473 | (build-system cmake-build-system) | 13473 | (build-system cmake-build-system) |
| 13474 | (arguments | 13474 | (arguments |
| @@ -13484,6 +13484,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") | |||
| 13484 | ffmpeg | 13484 | ffmpeg |
| 13485 | fmt | 13485 | fmt |
| 13486 | fuzzylite | 13486 | fuzzylite |
| 13487 | gettext-minimal | ||
| 13487 | ;; googletest ; needed for tests, but tests are disabled | 13488 | ;; googletest ; needed for tests, but tests are disabled |
| 13488 | libxkbcommon | 13489 | libxkbcommon |
| 13489 | libsquish | 13490 | libsquish |
