all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72907] [PATCH 1/2] gnu: liblcf: Update to 0.8.
@ 2024-08-31  7:29 gemmaro
  2024-08-31  7:29 ` [bug#72908] [PATCH 2/2] gnu: easyrpg-player: " gemmaro
  2024-09-02 10:58 ` bug#72907: [PATCH 1/2] gnu: liblcf: " 宋文武 via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: gemmaro @ 2024-08-31  7:29 UTC (permalink / raw)
  To: 72907; +Cc: gemmaro

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

Change-Id: I97f458945b33b01bc76ab88c0c503d8a2bec275a
---
 gnu/packages/easyrpg.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/easyrpg.scm b/gnu/packages/easyrpg.scm
index 3a5413d94a..85ee257076 100644
--- a/gnu/packages/easyrpg.scm
+++ b/gnu/packages/easyrpg.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2018 Sou Bunnbu <iyzsong@member.fsf.org>
 ;;; Copyright © 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -41,7 +42,7 @@ (define-module (gnu packages easyrpg)
 (define-public liblcf
   (package
     (name "liblcf")
-    (version "0.7.0")
+    (version "0.8")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -49,7 +50,7 @@ (define-public liblcf
                     "/liblcf-" version ".tar.gz"))
               (sha256
                (base32
-                "10ghpwww5r3iwlaw1mvf6kamn142nyr2zwdabqghy3k4xv837cih"))))
+                "0kskflh2izc8q5p5x0rfxw8xa3591xfkmqf74rj72ff34xri4nj1"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))

base-commit: df14cacca9b95d69fdd3b6191e42df36af266bcd
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-09-02 11:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-31  7:29 [bug#72907] [PATCH 1/2] gnu: liblcf: Update to 0.8 gemmaro
2024-08-31  7:29 ` [bug#72908] [PATCH 2/2] gnu: easyrpg-player: " gemmaro
2024-09-02 10:59   ` bug#72908: " 宋文武 via Guix-patches via
2024-09-02 10:58 ` bug#72907: [PATCH 1/2] gnu: liblcf: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.