This is an automated email from the git hooks/post-receive script.
vagrantc pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ee4e5cfc41 gnu: vcmi: Update to 1.6.5.
ee4e5cfc41 is described below
commit ee4e5cfc41e3ed8192a0c13ed0feba85e26fdfd4
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Thu Mar 13 13:42:36 2025 -0700
gnu: vcmi: Update to 1.6.5.
* gnu/packages/games.scm (vcmi): Update to 1.6.5.
Change-Id: Ibd6a59df483c56197f77df6c874e558a8cbf7dcf
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index fa4e4769c9..328af308a5 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -12444,7 +12444,7 @@ play; it will look for them at
@file{~/.local/share/fheroes2} folder.")
(define-public vcmi
(package
(name "vcmi")
- (version "1.6.2")
+ (version "1.6.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -12453,7 +12453,7 @@ play; it will look for them at
@file{~/.local/share/fheroes2} folder.")
(file-name (git-file-name name version))
(sha256
(base32
- "0j7761s5qhc6parr0pakkjha2w45yn3fqxy1y4lgdjr3jb9saba3"))
+ "02mv9b42w41xfk0w2kccj637gmw76sa0141iachvf2i9l1nn9vl3"))
(patches (search-patches "vcmi-disable-privacy-breach.patch"))))
(build-system cmake-build-system)
(arguments