Message ID | 87o7bob1b6.fsf@wireframe |
---|---|
State | New |
Headers | show |
Series | [bug#69660] Update vcmi to 1.4.5 | expand |
user guix usertag 69660 + reviewed-looks-good thanks Guix QA review form submission: Items marked as checked: Lint warnings, Package builds, Commit messages
Vagrant Cascadian <vagrant@debian.org> writes: > [[PGP Signed Part:Signature made by expired key DC518FC87F9716AA Vagrant Cascadian <vagrant@aikidev.net>]] > Attached patch updates to vcmi 1.4.5. Play tested fine! > > Thanks! > > live well, > vagrant > > [2. text/x-diff; 0001-gnu-vcmi-Update-to-1.4.5.patch] > From c9e9c4b315bdb2e2efdbda75ec21aebe9a2d8f51 Mon Sep 17 00:00:00 2001 > From: Vagrant Cascadian <vagrant@debian.org> > Date: Fri, 8 Mar 2024 14:19:55 -0800 > Subject: [PATCH] gnu: vcmi: Update to 1.4.5 > > * gnu/packages/games.scm (vcmi): Update to 1.4.5. > --- > gnu/packages/games.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks both, I've pushed this to master as 39d852d88aa77fb095c3a20df442fbafdc4d1605. Chris
From c9e9c4b315bdb2e2efdbda75ec21aebe9a2d8f51 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian <vagrant@debian.org> Date: Fri, 8 Mar 2024 14:19:55 -0800 Subject: [PATCH] gnu: vcmi: Update to 1.4.5 * gnu/packages/games.scm (vcmi): Update to 1.4.5. --- 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 9ff08e5e74..4d9687d5f9 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11379,7 +11379,7 @@ (define-public fheroes2 (define-public vcmi (package (name "vcmi") - (version "1.4.2") + (version "1.4.5") (source (origin (method git-fetch) (uri (git-reference @@ -11388,7 +11388,7 @@ (define-public vcmi (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 base-commit: 09346fd05f19da3846635e1a0f1c844050d59f26 -- 2.39.2