diff mbox series

[bug#53639] gnu: openttd-engine: Update to 12.1.

Message ID MugbSfd--B-2@gorski.stream
State Accepted
Headers show
Series [bug#53639] gnu: openttd-engine: Update to 12.1. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

iyzsong--- via Guix-patches via Jan. 30, 2022, 8:12 p.m. UTC

Comments

Ludovic Courtès Feb. 2, 2022, 5:22 p.m. UTC | #1
Hi Yovan,

yovan@gorski.stream skribis:

>>From 2a1c2c6785981cc108813e30ba8772b4e860fee4 Mon Sep 17 00:00:00 2001
> From: Yovan Naumovski <yovan@gorski.stream>
> Date: Sun, 30 Jan 2022 21:20:48 +0200
> Subject: [PATCH 1/2] Update openttd-engine to 12.1
>
> ---
>  gnu/packages/games.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Added a commit log and applied, thanks!

Ludo'.
diff mbox series

Patch

From 2a1c2c6785981cc108813e30ba8772b4e860fee4 Mon Sep 17 00:00:00 2001
From: Yovan Naumovski <yovan@gorski.stream>
Date: Sun, 30 Jan 2022 21:20:48 +0200
Subject: [PATCH 1/2] Update openttd-engine to 12.1

---
 gnu/packages/games.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 591a3d3f38..8cb90aa60a 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -68,6 +68,7 @@ 
 ;;; Copyright © 2021 Brendan Tildesley <mail@brendan.scot>
 ;;; Copyright © 2021 Christopher Baines <mail@cbaines.net>
 ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
+;;; Copyright © 2022 Yovan Naumovski <yovan@gorski.stream>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4220,14 +4221,14 @@  (define-public manaplus
 (define openttd-engine
   (package
     (name "openttd-engine")
-    (version "12.0")
+    (version "12.1")
     (source
      (origin (method url-fetch)
              (uri (string-append "https://cdn.openttd.org/openttd-releases/"
                                  version "/openttd-" version "-source.tar.xz"))
              (sha256
               (base32
-               "1p1j5cf4ry57dcgm7qx2g2s00z1c6qgjabb4kqjp00yz00wgv85v"))))
+               "1qz7ld55m9cvgr4mkv6c11y0zf2aph3ba605l45qj41hk2wzb2r5"))))
     (build-system cmake-build-system)
     (inputs
      `(("allegro" ,allegro)
-- 
2.34.0