From af430107c897661a7124f491912e09297e44c379 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Tue, 23 Jul 2024 23:44:40 +0200 Subject: Update gog-rail-route to 2.2.3 --- tw/packages/games.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tw/packages/games.scm b/tw/packages/games.scm index 325ade6e..ad6f28b5 100644 --- a/tw/packages/games.scm +++ b/tw/packages/games.scm @@ -543,16 +543,14 @@ first flight, and suggests ways to continue in future.") (define-public gog-rail-route (package (name "gog-rail-route") - (version "2.0.8.71386") + (version "2.2.3") (source (origin (method gog-fetch) (uri "gogdownloader://rail_route/en3installer0") (file-name (format #f "rail_route_~a.sh" (string-replace-substring version "." "_"))) - (sha256 - (base32 - "1fcql3xmpzdcgg9iz77dh8h797m0dmy18dps3z2y35dqda2hj5lb")))) + (sha256 (base32 "1z18c0l24fzyb8awynk7a32ix50b9x0wn3c0bb47142q5ilb3w3z")))) (supported-systems '("x86_64-linux")) (build-system mojo-build-system) (arguments -- cgit v1.2.3