guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: easyrpg-player: Update to 0.7.0.


From: guix-commits
Subject: 02/02: gnu: easyrpg-player: Update to 0.7.0.
Date: Mon, 17 Jan 2022 19:15:34 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit b4dd92d38a966e14c338400b6b965bb31e4508de
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jan 18 01:01:17 2022 +0100

    gnu: easyrpg-player: Update to 0.7.0.
    
    * gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.7.0.
    [inputs]: Add fluidsynth, fmt.
---
 gnu/packages/easyrpg.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/easyrpg.scm b/gnu/packages/easyrpg.scm
index aa1fd3f07a..3a5413d94a 100644
--- a/gnu/packages/easyrpg.scm
+++ b/gnu/packages/easyrpg.scm
@@ -31,6 +31,7 @@
   #:use-module (gnu packages image)
   #:use-module (gnu packages mp3)
   #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages pretty-print)
   #:use-module (gnu packages pulseaudio)
   #:use-module (gnu packages sdl)
   #:use-module (gnu packages xdisorg)
@@ -75,7 +76,7 @@ It can read and write LCF and XML files.")
 (define-public easyrpg-player
   (package
     (name "easyrpg-player")
-    (version "0.6.2.3")
+    (version "0.7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -83,7 +84,7 @@ It can read and write LCF and XML files.")
                     "/easyrpg-player-" version ".tar.gz"))
               (sha256
                (base32
-                "1lahbhgyhky0hgd3xwhgg2nm8mfa9p2i1fzxi00561hnk2ya86pm"))))
+                "1hm4hdi4l8c9jw0x3kcm6iwgfv8parlfj13va3r3p90040gs7s8l"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags
@@ -92,7 +93,9 @@ It can read and write LCF and XML files.")
     (native-inputs
      (list pkg-config))
     (inputs
-     (list freetype
+     (list fluidsynth
+           fmt
+           freetype
            harfbuzz
            liblcf
            libpng



reply via email to

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