GNU bug report logs -
#60277
[PATCH] gnu: lite-xl: Update to 2.1.0.
Previous Next
Reported by: Parnikkapore <poomklao <at> yahoo.com>
Date: Fri, 23 Dec 2022 15:18:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 30 Jan 2023 10:59:51 +0800
with message-id <87sffs917c.fsf_-_ <at> envs.net>
and subject line Re: bug#60277: [PATCH] gnu: lite-xl: Update to 2.1.0.
has caused the debbugs.gnu.org bug report #60277,
regarding [PATCH] gnu: lite-xl: Update to 2.1.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
60277: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60277
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/text-editors.scm (lite-xl): Update to 2.1.0.
Lua input is updated because the new version would not build
with Lua 5.2 .
---
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 854a424b8a..6adf7122bd 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.0")
(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"))
+ "08s6hsi57nnmcs22fk6nj7pjwjsh0cnjlyz919w8sjds51v0ax7n"))
(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: dd8a20355e6e2bc349b7af00f309629fb054ed09
--
2.34.1
[Message part 3 (message/rfc822, inline)]
Parnikkapore <poomklao <at> yahoo.com> writes:
> * 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 .
Pushed, thank you!
This bug report was last modified 2 years and 110 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.