guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 4ce2dd80b89df1e426c3469293d4055b04ecce28
Author: Javier Olaechea <[email protected]>
AuthorDate: Mon Aug 24 23:19:55 2026 -0500
gnu: Update openrct2 to 0.5.4.
* gnu/packages/games.scm (openrct2): Update to 0.5.4.
Merges: https://codeberg.org/guix/guix/pulls/10792
Reviewed-by: bdunahu <[email protected]>
Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
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 d88a35ad55..ae7539c943 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6557,7 +6557,7 @@ that follows two aliens who come to Earth in search of a
stolen artifact.")
(define-public openrct2
(package
(name "openrct2")
- (version "0.5.0")
+ (version "0.5.4")
(source
(origin
(method git-fetch)
@@ -6566,7 +6566,7 @@ that follows two aliens who come to Earth in search of a
stolen artifact.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0pxlk3a8akl0ghcbqqq5xw8chmxss7kwbvi52ixfqri68n46srxh"))
+ (base32 "1b26sgxyanc0s5y4rpzrmf228ns7ww0kzwzl2nj8fp1wyjnf8crp"))
(modules '((guix build utils)))
(snippet
#~(begin