guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: openrct2: Update to 0.2.3.


From: guix-commits
Subject: 01/02: gnu: openrct2: Update to 0.2.3.
Date: Mon, 15 Jul 2019 08:23:06 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit 6862766cf23e2aa7803481b507ac12e8b105b974
Author: Rutger Helling <address@hidden>
Date:   Mon Jul 15 14:19:01 2019 +0200

    gnu: openrct2: Update to 0.2.3.
    
    * gnu/packages/games.scm (openrct2): Update to 0.2.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 a5aaf56..2da95bc 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2691,7 +2691,7 @@ Transport Tycoon Deluxe.")
 (define-public openrct2
   (package
     (name "openrct2")
-    (version "0.2.2")
+    (version "0.2.3")
     (source
      (origin
        (method git-fetch)
@@ -2700,7 +2700,7 @@ Transport Tycoon Deluxe.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1bfqmb6cbmsjcvj77vppy5lw1m4lkvxd1w3f218ah4788xnkysq2"))))
+        (base32 "01mj6jlbl2cn3wpk6sy34ldzdl0qykpn7fncznjykklj2nqzr4ig"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags (list "-DDOWNLOAD_OBJECTS=OFF"



reply via email to

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