all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Parnikkapore via Guix-patches via <guix-patches@gnu.org>
To: 60277@debbugs.gnu.org
Subject: [bug#60277] [PATCH v3] gnu: lite-xl: Update to 2.1.1
Date: Tue, 10 Jan 2023 23:33:04 +0800	[thread overview]
Message-ID: <3556760c35de2f500c7cdace5c71ae602c675b62.1673364707.git.poomklao@yahoo.com> (raw)
In-Reply-To: <2ec4ac48b951f419f1feb638ed86fd6688056f2a.1671808087.git.poomklao@yahoo.com>

    * gnu/packages/text-editors.scm (lite-xl): Update to 2.1.1
      Lua input is updated because the new version would not build
      with Lua 5.2 .
---

And here's the *actual* updated version. Sorry about that! (forgot
to stage my changes before amending lol)

 gnu/packages/text-editors.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 0094959cbb..d96abd7e5b 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1359,7 +1359,7 @@ (define-public mle
 (define-public lite-xl
   (package
     (name "lite-xl")
-    (version "2.0.5")
+    (version "2.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1368,15 +1368,15 @@ (define-public lite-xl
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0l2i9mvbkc4kqkwk2p17zd1rlm5v41acdyp2xivi53p2hkj4x6pf"))
+                "1pnmax68hvk1ry4bjsxwq4qimfn55pai8jlljw6jiqzcmh4mp7xm"))
               (modules '((guix build utils)))
               (snippet '(substitute* "meson.build"
-                          (("dependency\\('lua5\\.2',")
-                           "dependency('lua-5.2',")))))
+                          (("dependency\\('lua5\\.4',")
+                           "dependency('lua-5.4',")))))
     (build-system meson-build-system)
     (inputs (list agg
                   freetype
-                  lua-5.2
+                  lua-5.4
                   pcre2
                   reproc
                   sdl2))

base-commit: db3fdbbdfee9d412053cc9538ad76abee7c2cb89
-- 
2.38.1





  parent reply	other threads:[~2023-01-10 16:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <2ec4ac48b951f419f1feb638ed86fd6688056f2a.1671808087.git.poomklao.ref@yahoo.com>
2022-12-23 15:08 ` [bug#60277] [PATCH] gnu: lite-xl: Update to 2.1.0 Parnikkapore via Guix-patches via
2023-01-08  9:28   ` [bug#60277] [PATCH v2] gnu: lite-xl: Update to 2.2.0 Parnikkapore via Guix-patches via
2023-01-10 15:33   ` Parnikkapore via Guix-patches via [this message]
2023-01-30  2:59     ` bug#60277: [PATCH] gnu: lite-xl: Update to 2.1.0 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3556760c35de2f500c7cdace5c71ae602c675b62.1673364707.git.poomklao@yahoo.com \
    --to=guix-patches@gnu.org \
    --cc=60277@debbugs.gnu.org \
    --cc=poomklao@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.