diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2024-01-18 17:34:57 -0800 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-01-21 09:32:29 +0100 |
commit | ccbbe3bd57522c0c00ce4efeb5c9bd9aacaa9565 (patch) | |
tree | 9cd4a922df15c7fc4ae7fdea878f13b2107471f9 /gnu/packages/games.scm | |
parent | b9bc400d85b1dbf3295f96aed9031527b6c59ba7 (diff) |
gnu: vcmi: Update to 1.4.2.
* gnu/packages/games.scm (vcmi): Update to 1.4.2.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
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 50efe7b010..0c9192401d 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11254,7 +11254,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") (define-public vcmi (package (name "vcmi") - (version "1.3.2") + (version "1.4.2") (source (origin (method git-fetch) (uri (git-reference @@ -11263,7 +11263,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") (file-name (git-file-name name version)) (sha256 (base32 - "1x1bzd89h0j4xci91d2v5aj5vgkx6vm12iml805wkia4hy1jp4ff")) + "039d9dvb2i4y1fj6q5py34r17fwb5jqxkjcg7j57asjk4w9b7i8b")) (patches (search-patches "vcmi-disable-privacy-breach.patch")))) (build-system cmake-build-system) (arguments |