summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm5
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