guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1196ef5204143df8a106f58127482f4b40405e58
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Sun Sep 6 12:08:49 2026 -0700

    gnu: vcmi: Update to 1.7.5.
    
    * gnu/packages/games.scm (vcmi): Update to 1.7.5.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
    Merges: guix/guix#11093
---
 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 15f7f582ae3..857ad384f1c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -13930,7 +13930,7 @@ play; it will look for them at 
@file{~/.local/share/fheroes2} folder.")
 (define-public vcmi
   (package
     (name "vcmi")
-    (version "1.7.4")
+    (version "1.7.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -13939,7 +13939,7 @@ play; it will look for them at 
@file{~/.local/share/fheroes2} folder.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1sf04hv73ssiznks8pf4q7ny9y17zxsf8mqwln8dq1w2kp8rb87s"))
+                "1xqvb64fgsq8wahd5ffh8ykkn6sy6z50d4pa4y2s71ga82pvnfpa"))
               (patches (search-patches "vcmi-disable-privacy-breach.patch"))))
     (build-system cmake-build-system)
     (arguments

Reply via email to