guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: openrct2: Update to 0.2.6.


From: guix-commits
Subject: branch master updated: gnu: openrct2: Update to 0.2.6.
Date: Fri, 15 May 2020 05:30:32 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new afc46f2  gnu: openrct2: Update to 0.2.6.
afc46f2 is described below

commit afc46f22672eb3218fbd1e567f85fc6367286461
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Fri May 15 09:37:58 2020 +0200

    gnu: openrct2: Update to 0.2.6.
    
    * gnu/packages/games.scm (openrct2): Update to 0.2.6.
---
 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 63977f9..f7b21ce 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3328,7 +3328,7 @@ Transport Tycoon Deluxe.")
 (define-public openrct2
   (package
     (name "openrct2")
-    (version "0.2.4")
+    (version "0.2.6")
     (source
      (origin
        (method git-fetch)
@@ -3337,7 +3337,7 @@ Transport Tycoon Deluxe.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rlw3w20llg36sj3bk50g661qw766ng8ma3p42sdkj8br9dw800h"))))
+        (base32 "1vikbkg3wh5ngzdfilb6irbh6nqinf138qpdz8wz9izlvl8s36k4"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags (list "-DDOWNLOAD_OBJECTS=OFF"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]