diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2024-03-08 14:19:55 -0800 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-03-13 12:59:41 +0000 |
commit | 39d852d88aa77fb095c3a20df442fbafdc4d1605 (patch) | |
tree | 8a735989b9fcf8cf515a18514b9e5f6c2f430373 /gnu | |
parent | b6dd1271044d1830b4f8ff605c1011ef44f58cd1 (diff) |
gnu: vcmi: Update to 1.4.5.
* gnu/packages/games.scm (vcmi): Update to 1.4.5.
Signed-off-by: Christopher Baines <mail@cbaines.net>
Change-Id: Icd72038c03d1f37f42527ccd824993165413d0f7
Diffstat (limited to 'gnu')
-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 db8d8da0a9..e619c2f10e 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11376,7 +11376,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") (define-public vcmi (package (name "vcmi") - (version "1.4.2") + (version "1.4.5") (source (origin (method git-fetch) (uri (git-reference @@ -11385,7 +11385,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") (file-name (git-file-name name version)) (sha256 (base32 - "039d9dvb2i4y1fj6q5py34r17fwb5jqxkjcg7j57asjk4w9b7i8b")) + "1z4vy3drj6dra8rb243pyryr61jnlw3l7yxsxwl9rddv8cdk69lz")) (patches (search-patches "vcmi-disable-privacy-breach.patch")))) (build-system cmake-build-system) (arguments |