diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-13 15:22:15 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-13 19:01:32 +0200 |
commit | 65ed6e37336cf1e16d837979b2b12c92ba6138a2 (patch) | |
tree | fededfc0c7cda3640cd68082316880aa51ea2dec | |
parent | e1a2c23e7e716046c4f1753089d6caf2a410449f (diff) | |
download | guix-65ed6e37336cf1e16d837979b2b12c92ba6138a2.tar.gz guix-65ed6e37336cf1e16d837979b2b12c92ba6138a2.zip |
gnu: easyrpg-player: Update to 0.6.2.3.
* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.2.3.
-rw-r--r-- | gnu/packages/easyrpg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/easyrpg.scm b/gnu/packages/easyrpg.scm index 6cb7b7ae88..591be38448 100644 --- a/gnu/packages/easyrpg.scm +++ b/gnu/packages/easyrpg.scm @@ -76,7 +76,7 @@ It can read and write LCF and XML files.") (define-public easyrpg-player (package (name "easyrpg-player") - (version "0.6.2.2") + (version "0.6.2.3") (source (origin (method url-fetch) (uri (string-append @@ -84,7 +84,7 @@ It can read and write LCF and XML files.") "/easyrpg-player-" version ".tar.gz")) (sha256 (base32 - "02nrqrb6klynwrq6z0639qnlhr2z900b0y94xr96i12icr7ihm5m")))) + "1lahbhgyhky0hgd3xwhgg2nm8mfa9p2i1fzxi00561hnk2ya86pm")))) (build-system gnu-build-system) (arguments '(#:configure-flags |