GNU bug report logs - #45397
[PATCH] gnu: openttd: Update to 1.10.3.

Previous Next

Package: guix-patches;

Reported by: Vincent Legoll <vincent.legoll <at> gmail.com>

Date: Wed, 23 Dec 2020 15:46:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: bug#45397: closed (Re: [bug#45397] [PATCH] gnu: openttd: Update
 to 1.10.3.)
Date: Wed, 23 Dec 2020 22:44:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#45397: [PATCH] gnu: openttd: Update to 1.10.3.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 45397 <at> debbugs.gnu.org.

-- 
45397: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45397
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Vincent Legoll <vincent.legoll <at> gmail.com>
Cc: 45397-done <at> debbugs.gnu.org
Subject: Re: [bug#45397] [PATCH] gnu: openttd: Update to 1.10.3.
Date: Wed, 23 Dec 2020 23:43:26 +0100
Hello,

Vincent Legoll <vincent.legoll <at> gmail.com> writes:

> * gnu/packages/games.scm (openttd): Update to 1.10.3.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Vincent Legoll <vincent.legoll <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: [PATCH] gnu: openttd: Update to 1.10.3.
Date: Wed, 23 Dec 2020 16:44:49 +0100
* gnu/packages/games.scm (openttd): Update to 1.10.3.
---
 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 6d0897e80b..6c5f754937 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3957,14 +3957,14 @@ world}, @uref{http://evolonline.org, Evol Online} and
 (define openttd-engine
   (package
     (name "openttd-engine")
-    (version "1.10.0")
+    (version "1.10.3")
     (source
      (origin (method url-fetch)
              (uri (string-append "https://cdn.openttd.org/openttd-releases/"
                                  version "/openttd-" version "-source.tar.xz"))
              (sha256
               (base32
-               "0lz2y2rjc23k0d97y65cqhy2splw9cmrbvhgz0iqps8xkan1m8hv"))))
+               "0fxmfz1mm95a2x0rnzfff9wb8q57w0cvsdd0z7agdcbyakph25n1"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f              ; no "check" target
-- 
2.29.2




This bug report was last modified 4 years and 204 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.