mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: easyrpg-player: Update to 0.8.
* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.8. Change-Id: I05f3c6b66dfadc48a7569b3672096550c244e904 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
5970cbefc2
commit
93896ac4d1
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ It can read and write LCF and XML files.")
|
|||
(define-public easyrpg-player
|
||||
(package
|
||||
(name "easyrpg-player")
|
||||
(version "0.7.0")
|
||||
(version "0.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -85,7 +85,7 @@ It can read and write LCF and XML files.")
|
|||
"/easyrpg-player-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1hm4hdi4l8c9jw0x3kcm6iwgfv8parlfj13va3r3p90040gs7s8l"))))
|
||||
"1brx2iix9d5i2lyjjcs03pq1xgl1gyh0yas8avazahgd9sn47696"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
|
|
Loading…
Add table
Reference in a new issue