emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#72907: closed ([PATCH 1/2] gnu: liblcf: Update to 0.8.)


From: GNU bug Tracking System
Subject: bug#72907: closed ([PATCH 1/2] gnu: liblcf: Update to 0.8.)
Date: Mon, 02 Sep 2024 11:07:01 +0000

Your message dated Mon, 02 Sep 2024 18:58:56 +0800
with message-id <87wmjujp8v.fsf@envs.net>
and subject line Re: [bug#72907] [PATCH 1/2] gnu: liblcf: Update to 0.8.
has caused the debbugs.gnu.org bug report #72907,
regarding [PATCH 1/2] gnu: liblcf: Update to 0.8.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
72907: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72907
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: liblcf: Update to 0.8. Date: Sat, 31 Aug 2024 16:29:19 +0900
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#72907] [PATCH 1/2] gnu: liblcf: Update to 0.8. Date: Mon, 02 Sep 2024 18:58:56 +0800 User-agent: Gnus/5.13 (Gnus v5.13)
gemmaro <gemmaro.dev@gmail.com> writes:

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

Pushed to master as commit 5970cbefc2, thank you!


--- End Message ---

reply via email to

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