mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: openttd-jgrpp: Update to 0.68.2.
* gnu/packages/games.scm (openttd-jgrpp): Update to 0.68.2. Closes: guix/guix#4654 Change-Id: I78acd5e97f1a295198368acae6ea67ff1172011c Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
1ec894048e
commit
fa0b5187c3
1 changed files with 2 additions and 2 deletions
|
|
@ -5605,7 +5605,7 @@ Transport Tycoon Deluxe.")
|
|||
(package
|
||||
(inherit openttd)
|
||||
(name "openttd-jgrpp")
|
||||
(version "0.68.1")
|
||||
(version "0.68.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -5614,7 +5614,7 @@ Transport Tycoon Deluxe.")
|
|||
(commit (string-append "jgrpp-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "03jk3hgjribr4w2v8xpfmr0yb5bl19qmmmag21qp4ypvglp2vybz"))))
|
||||
(base32 "0kd4zd48352q74jv0kgh8asgksbnq2441lk894r0jm16iigsgg88"))))
|
||||
(inputs (modify-inputs (package-inputs openttd)
|
||||
(append sdl2 zstd harfbuzz)))
|
||||
(arguments
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue