mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
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>
This commit is contained in:
parent
b4f9eb6fc4
commit
75be25cdb1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue