diff options
| author | Patrick Norton <patrick.147.norton@gmail.com> | 2025-11-15 12:27:49 -0500 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2025-11-16 10:12:53 +0800 |
| commit | 75be25cdb18a3bfb01acdef5ceca1adfd56e31c2 (patch) | |
| tree | 4c3d1859a361542b4d54526ca01e745866f6607f | |
| parent | b4f9eb6fc42fd9e98244901ce16e36946de31ae8 (diff) | |
gnu: openttd-jgrpp: Update to 0.68.1.
* gnu/packages/games.scm (openttd-jgrpp): Update to 0.68.1.
Closes: guix/guix#4240
Change-Id: Ide56575ac9312432499e22612dd07af7ac41a87b
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| -rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 60641b19260..5ef6d46d018 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5608,7 +5608,7 @@ Transport Tycoon Deluxe.") (package (inherit openttd) (name "openttd-jgrpp") - (version "0.67.1") + (version "0.68.1") (source (origin (method git-fetch) @@ -5617,7 +5617,7 @@ Transport Tycoon Deluxe.") (commit (string-append "jgrpp-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1f6d53w23kg82dd8hnr24b5ssfsz9vdlvf4hipbx78n1fmzirj8q")))) + (base32 "03jk3hgjribr4w2v8xpfmr0yb5bl19qmmmag21qp4ypvglp2vybz")))) (inputs (modify-inputs (package-inputs openttd) (append sdl2 zstd harfbuzz))) (arguments |
