guix_mirror_bot pushed a commit to branch master
in repository guix.
commit eb28ab95c19abbc854ecbf90e2fff1bafd04db35
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Sun Mar 1 13:46:57 2026 -0800
gnu: vcmi: Update to 1.7.3.
* gnu/packages/games.scm (vcmi): Update to 1.7.3.
[native-inputs]: Add fmt.
[#:configure-flags]: Pass -DENABLE_DISCORD=OFF.
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/games.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 637fb6db49..85104541c5 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -12968,7 +12968,7 @@ play; it will look for them at
@file{~/.local/share/fheroes2} folder.")
(define-public vcmi
(package
(name "vcmi")
- (version "1.7.1")
+ (version "1.7.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -12977,19 +12977,21 @@ play; it will look for them at
@file{~/.local/share/fheroes2} folder.")
(file-name (git-file-name name version))
(sha256
(base32
- "02i6y7idiigg3hl55fhl6pficx4849zvj5wwi29vsvwkwsx06hw7"))
+ "18rvq99kpnlncw2ndjgbwv5ria1ag3vvwmgmkwn4w3yj5dzp4z5k"))
(patches (search-patches "vcmi-disable-privacy-breach.patch"))))
(build-system cmake-build-system)
(arguments
(list #:configure-flags #~(list "-DFORCE_BUNDLED_FL=OFF"
"-DENABLE_INNOEXTRACT=OFF"
- "-DENABLE_MMAI=OFF")
+ "-DENABLE_MMAI=OFF"
+ "-DENABLE_DISCORD=OFF")
;; Test suites do not seem well supported upstream and are disabled
by default.
;; Pass -DENABLE_TEST to configure to enable.
#:tests? #f))
(native-inputs
(list boost-1.83
ffmpeg
+ fmt
fuzzylite
;; googletest ; needed for tests, but tests are disabled
libxkbcommon