guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/09: gnu: vcmi: Update to 1.4.5.


From: guix-commits
Subject: 02/09: gnu: vcmi: Update to 1.4.5.
Date: Wed, 13 Mar 2024 09:00:47 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 39d852d88aa77fb095c3a20df442fbafdc4d1605
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Fri Mar 8 14:19:55 2024 -0800

    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
---
 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]