guix-patches
[Top][All Lists]
Advanced

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

[bug#72908] [PATCH 2/2] gnu: easyrpg-player: Update to 0.8.


From: gemmaro
Subject: [bug#72908] [PATCH 2/2] gnu: easyrpg-player: Update to 0.8.
Date: Sat, 31 Aug 2024 16:29:20 +0900

* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.8.

Change-Id: I05f3c6b66dfadc48a7569b3672096550c244e904
---
 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 85ee257076..bfce9d905f 100644
--- a/gnu/packages/easyrpg.scm
+++ b/gnu/packages/easyrpg.scm
@@ -77,7 +77,7 @@ (define-public liblcf
 (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 @@ (define-public easyrpg-player
                     "/easyrpg-player-" version ".tar.gz"))
               (sha256
                (base32
-                "1hm4hdi4l8c9jw0x3kcm6iwgfv8parlfj13va3r3p90040gs7s8l"))))
+                "1brx2iix9d5i2lyjjcs03pq1xgl1gyh0yas8avazahgd9sn47696"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags
-- 
2.45.2






reply via email to

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