guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: easyrpg-player: Update to 0.6.2.2.


From: guix-commits
Subject: 02/05: gnu: easyrpg-player: Update to 0.6.2.2.
Date: Thu, 17 Sep 2020 08:10:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1306283843c6a933e0dc3bc1eedbc38b687c0d73
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Sep 17 14:06:12 2020 +0200

    gnu: easyrpg-player: Update to 0.6.2.2.
    
    * gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.2.2.
---
 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 7bd5935..6cb7b7a 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.1")
+    (version "0.6.2.2")
     (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
-                "1bai0mxjw1qvl2vcwgssycbyn0crk0b5l69ld9rawcs2nczb44s5"))))
+                "02nrqrb6klynwrq6z0639qnlhr2z900b0y94xr96i12icr7ihm5m"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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