mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: lagrange: Update to 1.11.1.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.11.1. [inputs]: Add FREETYPE.
This commit is contained in:
parent
57aeaba02e
commit
a88951a255
1 changed files with 4 additions and 3 deletions
|
@ -692,7 +692,7 @@ (define-public nyxt
|
||||||
(define-public lagrange
|
(define-public lagrange
|
||||||
(package
|
(package
|
||||||
(name "lagrange")
|
(name "lagrange")
|
||||||
(version "1.10.6")
|
(version "1.11.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -700,7 +700,7 @@ (define-public lagrange
|
||||||
(string-append "https://git.skyjake.fi/skyjake/lagrange/releases/"
|
(string-append "https://git.skyjake.fi/skyjake/lagrange/releases/"
|
||||||
"download/v" version "/lagrange-" version ".tar.gz"))
|
"download/v" version "/lagrange-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qfi7wnmc793x8xv9zib9p665a1m5di08nc4p0aklrfa67gp6dws"))
|
(base32 "1s28syb1bd5j0liw2vcjmhl7r0j5lymfw9ag6dnkjwkkdqmzc0x3"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -714,7 +714,8 @@ (define-public lagrange
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config zip))
|
(list pkg-config zip))
|
||||||
(inputs
|
(inputs
|
||||||
(list fribidi
|
(list freetype
|
||||||
|
fribidi
|
||||||
harfbuzz
|
harfbuzz
|
||||||
libunistring
|
libunistring
|
||||||
libwebp
|
libwebp
|
||||||
|
|
Loading…
Reference in a new issue