mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: lite-xl: Update to 2.1.7.
* gnu/packages/text-editors.scm (lite-xl): Update to 2.1.7. Change-Id: Iba24e6747aa15d7afb4869fed12cd8f4284279d3 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
a957740178
commit
d693603549
1 changed files with 2 additions and 2 deletions
|
|
@ -1857,7 +1857,7 @@ commands.")
|
|||
(define-public lite-xl
|
||||
(package
|
||||
(name "lite-xl")
|
||||
(version "2.1.3")
|
||||
(version "2.1.7")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -1866,7 +1866,7 @@ commands.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"19wdq8w6ickyynx6r2wg2vf5isl2577zjizgwbzql9vhqdsi8ag3"))))
|
||||
"0ykidzm2wi2ds251ngq0g02sdawajw5iy5hcp3mzr5z5347if392"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments (list #:configure-flags #~'("-Duse_system_lua=true")))
|
||||
(inputs (list lua-5.4 pcre2 freetype sdl2))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue