guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: openrct2-objects: Update to 1.0.20.


From: guix-commits
Subject: 03/04: gnu: openrct2-objects: Update to 1.0.20.
Date: Thu, 7 Jan 2021 08:24:24 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit ca3d1391c6478ae841e7a876f95f7d1c1225d7ae
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Thu Jan 7 12:31:54 2021 +0100

    gnu: openrct2-objects: Update to 1.0.20.
    
    * gnu/packages/games.scm (openrct2-objects): Update to 1.0.20.
---
 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 a0390c6..79e87c6 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4218,7 +4218,7 @@ Transport Tycoon Deluxe.")
 (define openrct2-objects
   (package
    (name "openrct2-objects")
-   (version "1.0.9")
+   (version "1.0.20")
    (source
     (origin
      (method url-fetch)
@@ -4226,7 +4226,7 @@ Transport Tycoon Deluxe.")
                          version "/objects.zip"))
      (file-name (string-append name "-" version ".zip"))
      (sha256
-      (base32 "02apb8h553m7d6jvysgb1zahvxc1yzyygfca2iclb21b3fhpsas4"))))
+      (base32 "1q7a38kcwrfijav6app1gf253yfv8b0rljbkah8040y6i7snw9mw"))))
    (build-system trivial-build-system)
    (native-inputs
     `(("bash" ,bash)



reply via email to

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