[PATCH] gnu: openttd: Update to 1.10.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201223154449.15566-1-vincent.legoll@gmail.com
* gnu/packages/games.scm (openttd): Update to 1.10.3.
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
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
Nicolas Goaziou wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45397-done@debbugs.gnu.org)
8735zwf8j5.fsf@nicolasgoaziou.fr
Hello,

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

Toggle quote (2 lines)
> * gnu/packages/games.scm (openttd): Update to 1.10.3.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 45397
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