diff options
author | Zhu Zihao <all_but_last@163.com> | 2023-09-23 09:49:55 +0800 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-09-27 12:08:02 +0100 |
commit | d05af1dbaf84166e0f92e65d42bc75507033d41c (patch) | |
tree | 92a9935c4f5df421255ffd96a8038eb1fb52fc47 /gnu/packages/games.scm | |
parent | e13a525d25b26bd7c9c8bb916df66eff261ccad5 (diff) |
gnu: vcmi: Update to 1.3.2.
* gnu/packages/games.scm (vcmi): Update to 1.3.2.
Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 5060c58cb7..c53e320838 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11009,7 +11009,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") (define-public vcmi (package (name "vcmi") - (version "1.3.1") + (version "1.3.2") (source (origin (method git-fetch) (uri (git-reference @@ -11018,7 +11018,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") (file-name (git-file-name name version)) (sha256 (base32 - "0jq84i6lxp96xkzq9mq8n2bbmincjzi39vijj9ws8i59c7xvjw5f")) + "1x1bzd89h0j4xci91d2v5aj5vgkx6vm12iml805wkia4hy1jp4ff")) (patches (search-patches "vcmi-disable-privacy-breach.patch")))) (build-system cmake-build-system) (arguments |