mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
gnu: openttd-jgrpp: Update to 0.70.0.
* gnu/packages/games.scm (openttd-jgrpp): Update to 0.70.0. Closes: guix/guix#6336 Change-Id: I65452157beeb0e5dee4b4dcba6bbd0a2f759fb22 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
@@ -5653,7 +5653,7 @@ Transport Tycoon Deluxe.")
|
|||||||
(package
|
(package
|
||||||
(inherit openttd)
|
(inherit openttd)
|
||||||
(name "openttd-jgrpp")
|
(name "openttd-jgrpp")
|
||||||
(version "0.69.2")
|
(version "0.70.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -5662,7 +5662,7 @@ Transport Tycoon Deluxe.")
|
|||||||
(commit (string-append "jgrpp-" version))))
|
(commit (string-append "jgrpp-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "142kxddx0pv8wi9ca4xfl3hv857k828bayi8n8nv0zrcjb9s3lqg"))))
|
(base32 "1akw41078mins4rmc993kali6njxqhlz1rzbq9mds5rbfa9qpy51"))))
|
||||||
(inputs (modify-inputs (package-inputs openttd)
|
(inputs (modify-inputs (package-inputs openttd)
|
||||||
(append zstd harfbuzz)))
|
(append zstd harfbuzz)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|||||||
Reference in New Issue
Block a user