Update to vcmi 1.4.2

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal

Debbugs page

Vagrant Cascadian wrote 1 years ago
(address . guix-patches@gnu.org)
8734uuaywu.fsf@wireframe
Did local build and a bit of play testing of vcmi 1.4.2, appears to work
and has some nice new features!

Patch attached.

Thanks!

live well,
vagrant
From 9b4081aff694e9f0e3ffc1d3b32eafd0fe0230eb Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Tue, 16 Jan 2024 17:39:55 -0800
Subject: [PATCH] gnu: vcmi: Update to 1.4.2.

* gnu/packages/games.scm (vcmi): Update to 1.4.2.
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 50efe7b010..0c9192401d 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11254,7 +11254,7 @@ (define-public fheroes2
(define-public vcmi
(package
(name "vcmi")
- (version "1.3.2")
+ (version "1.4.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -11263,7 +11263,7 @@ (define-public vcmi
(file-name (git-file-name name version))
(sha256
(base32
- "1x1bzd89h0j4xci91d2v5aj5vgkx6vm12iml805wkia4hy1jp4ff"))
+ "039d9dvb2i4y1fj6q5py34r17fwb5jqxkjcg7j57asjk4w9b7i8b"))
(patches (search-patches "vcmi-disable-privacy-breach.patch"))))
(build-system cmake-build-system)
(arguments
--
2.39.2
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZanRwgAKCRDcUY/If5cW
qszRAPwNQfaKaKCk7bOEO0xh5qlcNTNeu8Ulpvr+lVuD3zRiLAEA9/+uYSgA9N8i
PG7U+SC0sXTHJ70rx2AOT12d4PsKXwY=
=9aEQ
-----END PGP SIGNATURE-----

Liliana Marie Prikler wrote 1 years ago
(address . iyzsong@envs.net)
5b7524288e8d8c9191051da0e892e94fdaad9403.camel@gmail.com
Am Donnerstag, dem 18.01.2024 um 17:34 -0800 schrieb Vagrant Cascadian:
Toggle quote (4 lines)
> Did local build and a bit of play testing of vcmi 1.4.2, appears to
> work and has some nice new features!
>
> Patch attached.
Patch pushed.

Thanks
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 68578@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68578
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help