gnu: open-adventure: Update to 1.14.
* gnu/packages/games.scm (open-adventure): Update to 1.14. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>master
parent
caf163536a
commit
a6f98c64f6
|
@ -6920,7 +6920,7 @@ at their peak of economic growth and military prowess.
|
||||||
(define-public open-adventure
|
(define-public open-adventure
|
||||||
(package
|
(package
|
||||||
(name "open-adventure")
|
(name "open-adventure")
|
||||||
(version "1.12")
|
(version "1.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6929,7 +6929,7 @@ at their peak of economic growth and military prowess.
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07mg7cp12g27dw8sya17jqz6qp93q7c8zadsvym3w602z87g40in"))))
|
(base32 "1fb1fw1mq7czd90q1mf22g5nqvv7g1mfhhgs6slba7yzx2kbv4d0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in New Issue