all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: yovan--- via Guix-patches via <guix-patches@gnu.org>
To: 53639@debbugs.gnu.org
Subject: [bug#53639] [PATCH] gnu: openttd-engine: Update to 12.1.
Date: Sun, 30 Jan 2022 21:12:14 +0100 (CET)	[thread overview]
Message-ID: <MugbSfd--B-2@gorski.stream> (raw)

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: 0001-Update-openttd-engine-to-12.1.patch --]
[-- Type: text/x-patch, Size: 1450 bytes --]

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


             reply	other threads:[~2022-01-30 21:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-30 20:12 yovan--- via Guix-patches via [this message]
2022-02-02 17:22 ` bug#53639: [PATCH] gnu: openttd-engine: Update to 12.1 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MugbSfd--B-2@gorski.stream \
    --to=guix-patches@gnu.org \
    --cc=53639@debbugs.gnu.org \
    --cc=yovan@gorski.stream \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.