* [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
* [bug#72908] [PATCH 2/2] gnu: easyrpg-player: Update to 0.8. 2024-08-31 7:29 [bug#72907] [PATCH 1/2] gnu: liblcf: Update to 0.8 gemmaro @ 2024-08-31 7:29 ` 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 1 sibling, 1 reply; 4+ messages in thread From: gemmaro @ 2024-08-31 7:29 UTC (permalink / raw) To: 72908; +Cc: gemmaro * 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 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#72908: [PATCH 2/2] gnu: easyrpg-player: Update to 0.8. 2024-08-31 7:29 ` [bug#72908] [PATCH 2/2] gnu: easyrpg-player: " gemmaro @ 2024-09-02 10:59 ` 宋文武 via Guix-patches via 0 siblings, 0 replies; 4+ messages in thread From: 宋文武 via Guix-patches via @ 2024-09-02 10:59 UTC (permalink / raw) To: gemmaro; +Cc: 72908-done gemmaro <gemmaro.dev@gmail.com> writes: > * gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.8. Pushed to master as commit 93896ac4d1, thank you! ^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#72907: [PATCH 1/2] gnu: liblcf: Update to 0.8. 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:58 ` 宋文武 via Guix-patches via 1 sibling, 0 replies; 4+ messages in thread From: 宋文武 via Guix-patches via @ 2024-09-02 10:58 UTC (permalink / raw) To: gemmaro; +Cc: 72907-done gemmaro <gemmaro.dev@gmail.com> writes: > * gnu/packages/easyrpg.scm (liblcf): Update to 0.8. Pushed to master as commit 5970cbefc2, thank you! ^ permalink raw reply [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.