guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/14: gnu: easyrpg-player: Update to 0.6.2.3.


From: guix-commits
Subject: 02/14: gnu: easyrpg-player: Update to 0.6.2.3.
Date: Tue, 13 Oct 2020 14:08:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 65ed6e37336cf1e16d837979b2b12c92ba6138a2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 13 15:22:15 2020 +0200

    gnu: easyrpg-player: Update to 0.6.2.3.
    
    * gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.2.3.
---
 gnu/packages/easyrpg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/easyrpg.scm b/gnu/packages/easyrpg.scm
index 6cb7b7a..591be38 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]