diff options
author | Yovan Naumovski <yovan@gorski.stream> | 2025-01-02 19:21:28 +0200 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-01-07 18:40:04 +0800 |
commit | e5f68e3e474a6ce5e9c5ca6b24bdc2364ef42991 (patch) | |
tree | cad9caf11ddff9b1ce0983679ebeaf6241ee691e | |
parent | 05da567614f9f787bf9e4d5efdaf3fb5f0655f80 (diff) | |
download | guix-e5f68e3e474a6ce5e9c5ca6b24bdc2364ef42991.tar.gz guix-e5f68e3e474a6ce5e9c5ca6b24bdc2364ef42991.zip |
gnu: vcmi: Update to 1.6.2.
* gnu/packages/games.scm (vcmi): Update to 1.6.2.
Change-Id: I2f46616ff77dcaf845ed5247f26a2057e6004751
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-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 ca3e95a913..fb8018e271 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -12147,7 +12147,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") (define-public vcmi (package (name "vcmi") - (version "1.5.7") + (version "1.6.2") (source (origin (method git-fetch) (uri (git-reference @@ -12156,7 +12156,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.") (file-name (git-file-name name version)) (sha256 (base32 - "0jgxhq6rz43ild16lmpcf6xbzdhilxpbvknlxy92sxfazyarcg07")) + "0j7761s5qhc6parr0pakkjha2w45yn3fqxy1y4lgdjr3jb9saba3")) (patches (search-patches "vcmi-disable-privacy-breach.patch")))) (build-system cmake-build-system) (arguments |