[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: lite-xl: Update to 2.1.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: lite-xl: Update to 2.1.1. |
Date: |
Sun, 29 Jan 2023 21:59:00 -0500 |
This is an automated email from the git hooks/post-receive script.
iyzsong pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 99d27b7c09 gnu: lite-xl: Update to 2.1.1.
99d27b7c09 is described below
commit 99d27b7c09202a686671dff62e7f103d87eda204
Author: Parnikkapore <poomklao@yahoo.com>
AuthorDate: Tue Jan 10 23:33:04 2023 +0800
gnu: lite-xl: Update to 2.1.1.
Lua input is updated because the new version would not build
with Lua 5.2.
* gnu/packages/text-editors.scm (lite-xl): Update to 2.1.1.
[inputs]: Use lua-5.4.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
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 f4b651890a..f9330008e7 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1360,7 +1360,7 @@ commands.")
(define-public lite-xl
(package
(name "lite-xl")
- (version "2.0.5")
+ (version "2.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1369,15 +1369,15 @@ commands.")
(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))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: lite-xl: Update to 2.1.1.,
guix-commits <=