diff options
| author | Patrick Norton <patrick.147.norton@gmail.com> | 2026-04-24 18:32:36 -0400 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-04-29 13:49:52 +0900 |
| commit | 8eb96e2b7cac22a33b8044db95edd400a5f893ed (patch) | |
| tree | 19922de6e274ae9d6b56cd632aaea9a6b94cb39b /gnu | |
| parent | fceb3915d845a4e64fcae57e12232d0436b78758 (diff) | |
gnu: openttd-jgrpp: Update to 0.71.2.
* gnu/packages/games.scm (openttd-jgrpp): Update to 0.71.2.
Change-Id: I950b887684ccc9799bd276923dd2cbfb72508394
Merges: https://codeberg.org/guix/guix/pulls/8131
Reviewed-by: Rodion Goritskov <rodion@goritskov.com>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
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 72409dca1b..3d8c7e1945 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5954,7 +5954,7 @@ Transport Tycoon Deluxe.") (package (inherit openttd) (name "openttd-jgrpp") - (version "0.71.1") + (version "0.71.2") (source (origin (method git-fetch) @@ -5963,7 +5963,7 @@ Transport Tycoon Deluxe.") (commit (string-append "jgrpp-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1cy1ghc1mc61hdz8lykx2ggs5nld30jdgj8y4vdli2v1ffhy7xy9")))) + (base32 "1gb5gickmf1d1wkzqny5ryapvw32a2g94f77iq0102xhyyw8g8s0")))) (inputs (modify-inputs inputs (append zstd harfbuzz))) (arguments |
