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 03e5aac727 gnu: vcmi: Update to 1.6.8.
03e5aac727 is described below

commit 03e5aac72766869e1dcf671d921eff3661a8a489
Author: Vagrant Cascadian <vagr...@debian.org>
AuthorDate: Wed Apr 30 07:10:02 2025 -0700

    gnu: vcmi: Update to 1.6.8.
    
    * gnu/packages/games.scm (vcmi): Update to 1.6.8.
---
 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 626438b824..d75d21e6f7 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -12455,7 +12455,7 @@ play; it will look for them at 
@file{~/.local/share/fheroes2} folder.")
 (define-public vcmi
   (package
     (name "vcmi")
-    (version "1.6.5")
+    (version "1.6.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -12464,7 +12464,7 @@ play; it will look for them at 
@file{~/.local/share/fheroes2} folder.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "02mv9b42w41xfk0w2kccj637gmw76sa0141iachvf2i9l1nn9vl3"))
+                "0sdcaxi9npjz7y6mxpbaz39idhkh05dlj2fz8f8xan21lhailvz4"))
               (patches (search-patches "vcmi-disable-privacy-breach.patch"))))
     (build-system cmake-build-system)
     (arguments

Reply via email to