diff options
| author | Patrick Norton <patrick.147.norton@gmail.com> | 2026-02-24 07:19:10 -0500 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-25 23:50:42 +0000 |
| commit | 497813ed86bbe403483910c041eab2ef2e26394b (patch) | |
| tree | 31e5cc4612014ab04a6fe5fea474329d162d2eb8 /gnu | |
| parent | 13a56bea671e9a4dc41714855fce1c7fee4eee96 (diff) | |
gnu: openttd-jgrpp: Update to 0.70.2.
* gnu/packages/games.scm (openttd-jgrpp): Update to 0.70.2.
Merges: https://codeberg.org/guix/guix/pulls/6661
Change-Id: I9610fbf7b514315649565fc72dc842982072cc4a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -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 a2eb7bb2a7a..3dbfdc364ab 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5789,7 +5789,7 @@ Transport Tycoon Deluxe.") (package (inherit openttd) (name "openttd-jgrpp") - (version "0.70.0") + (version "0.70.2") (source (origin (method git-fetch) @@ -5798,7 +5798,7 @@ Transport Tycoon Deluxe.") (commit (string-append "jgrpp-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1akw41078mins4rmc993kali6njxqhlz1rzbq9mds5rbfa9qpy51")))) + (base32 "1jzzvribf2cqvjl9cympyx9qpplljvmhqrrlw7aq4ckzl92d87z3")))) (inputs (modify-inputs (package-inputs openttd) (append zstd harfbuzz))) (arguments |
