[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/33: gnu: vcmi: Update to 1.3.2.
From: |
guix-commits |
Subject: |
29/33: gnu: vcmi: Update to 1.3.2. |
Date: |
Wed, 27 Sep 2023 07:09:26 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit d05af1dbaf84166e0f92e65d42bc75507033d41c
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Sat Sep 23 09:49:55 2023 +0800
gnu: vcmi: Update to 1.3.2.
* gnu/packages/games.scm (vcmi): Update to 1.3.2.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
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 5060c58cb7..c53e320838 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11009,7 +11009,7 @@ play; it will look for them at
@file{~/.local/share/fheroes2} folder.")
(define-public vcmi
(package
(name "vcmi")
- (version "1.3.1")
+ (version "1.3.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -11018,7 +11018,7 @@ play; it will look for them at
@file{~/.local/share/fheroes2} folder.")
(file-name (git-file-name name version))
(sha256
(base32
- "0jq84i6lxp96xkzq9mq8n2bbmincjzi39vijj9ws8i59c7xvjw5f"))
+ "1x1bzd89h0j4xci91d2v5aj5vgkx6vm12iml805wkia4hy1jp4ff"))
(patches (search-patches "vcmi-disable-privacy-breach.patch"))))
(build-system cmake-build-system)
(arguments
- 13/33: gnu: python-cdflib: Update to 1.1.0., (continued)
- 13/33: gnu: python-cdflib: Update to 1.1.0., guix-commits, 2023/09/27
- 26/33: gnu: python-astropy: Update to 5.3.3., guix-commits, 2023/09/27
- 30/33: gnu: lhasa: Update to 0.4.0., guix-commits, 2023/09/27
- 16/33: gnu: python-bayesicfitting: Update to 3.2.0., guix-commits, 2023/09/27
- 17/33: gnu: python-crds: Update to 11.17.4., guix-commits, 2023/09/27
- 19/33: gnu: python-jwst: Update to 1.11.4., guix-commits, 2023/09/27
- 24/33: gnu: python-roman-datamodels: Remove all test constraints., guix-commits, 2023/09/27
- 31/33: gnu: yt-dlp: Update to 2023.09.24., guix-commits, 2023/09/27
- 27/33: gnu: python-tslearn: Update to 0.6.2., guix-commits, 2023/09/27
- 28/33: gnu: cmark: Update to 0.30.3., guix-commits, 2023/09/27
- 29/33: gnu: vcmi: Update to 1.3.2.,
guix-commits <=