[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: vcmi: Update to 1.3.1.
From: |
guix-commits |
Subject: |
11/11: gnu: vcmi: Update to 1.3.1. |
Date: |
Sat, 9 Sep 2023 09:57:45 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 9aed82fe05b41ae37737bf741c85d030cf20d345
Author: Yovan Naumovski <yovan@gorski.stream>
AuthorDate: Sun Aug 27 13:10:59 2023 +0300
gnu: vcmi: Update to 1.3.1.
* gnu/packages/games.scm (vcmi): Update to 1.3.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 760234b031..4d5b85248a 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11059,7 +11059,7 @@ play; it will look for them at
@file{~/.local/share/fheroes2} folder.")
(define-public vcmi
(package
(name "vcmi")
- (version "1.2.1")
+ (version "1.3.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -11068,7 +11068,7 @@ play; it will look for them at
@file{~/.local/share/fheroes2} folder.")
(file-name (git-file-name name version))
(sha256
(base32
- "0f3fk1fc2wb7f2j4pxz89dzr8zjnrdh435mijia483a3bq59w7pk"))
+ "0jq84i6lxp96xkzq9mq8n2bbmincjzi39vijj9ws8i59c7xvjw5f"))
(patches (search-patches "vcmi-disable-privacy-breach.patch"))))
(build-system cmake-build-system)
(arguments
- branch master updated (cab7ae94ec -> 9aed82fe05), guix-commits, 2023/09/09
- 02/11: services: cgit: Allow file-like objects for ‘root-readme’., guix-commits, 2023/09/09
- 04/11: gnu: rust-analyzer: Fix build of version 2022-01-10., guix-commits, 2023/09/09
- 06/11: gnu: Add rust-proc-macro2-1.0.34., guix-commits, 2023/09/09
- 07/11: gnu: Add rust-quote-1.0.10., guix-commits, 2023/09/09
- 01/11: gnu: cuirass: Update to 6131880., guix-commits, 2023/09/09
- 09/11: gnu: Add rust-trybuild-1.0.19., guix-commits, 2023/09/09
- 11/11: gnu: vcmi: Update to 1.3.1.,
guix-commits <=
- 05/11: gnu: Add rust-either-1.6.0., guix-commits, 2023/09/09
- 03/11: gnu: Add rust-notify-5-pre.13., guix-commits, 2023/09/09
- 08/11: gnu: Add rust-serde-json-1.0.73., guix-commits, 2023/09/09
- 10/11: gnu: rust-analyzer: Update required dependencies version., guix-commits, 2023/09/09