guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: liblcf: Update to 0.7.0.


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

ngz pushed a commit to branch master
in repository guix.

commit 7c80c0dd082399830474b7d7fa2f1a829f5b5d91
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jan 18 00:57:11 2022 +0100

    gnu: liblcf: Update to 0.7.0.
    
    * gnu/packages/easyrpg.scm (liblcf): Update to 0.7.0.
---
 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 e4a1e2fb42..aa1fd3f07a 100644
--- a/gnu/packages/easyrpg.scm
+++ b/gnu/packages/easyrpg.scm
@@ -40,7 +40,7 @@
 (define-public liblcf
   (package
     (name "liblcf")
-    (version "0.6.2")
+    (version "0.7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -48,7 +48,7 @@
                     "/liblcf-" version ".tar.gz"))
               (sha256
                (base32
-                "0n2k4brd264jg9p6918x7dnb2iimpzjh8q3v1fws58450xbgnkqc"))))
+                "10ghpwww5r3iwlaw1mvf6kamn142nyr2zwdabqghy3k4xv837cih"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))



reply via email to

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