[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: lagrange: Update to 1.11.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: lagrange: Update to 1.11.1. |
Date: |
Wed, 09 Mar 2022 09:31:38 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a88951a255 gnu: lagrange: Update to 1.11.1.
a88951a255 is described below
commit a88951a255c3ef3089982fac2368e7d47c54340b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 9 15:31:12 2022 +0100
gnu: lagrange: Update to 1.11.1.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.11.1.
[inputs]: Add FREETYPE.
---
gnu/packages/web-browsers.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 25def651eb..d827d3d40d 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -692,7 +692,7 @@ is fully configurable and extensible in Common Lisp.")
(define-public lagrange
(package
(name "lagrange")
- (version "1.10.6")
+ (version "1.11.1")
(source
(origin
(method url-fetch)
@@ -700,7 +700,7 @@ is fully configurable and extensible in Common Lisp.")
(string-append "https://git.skyjake.fi/skyjake/lagrange/releases/"
"download/v" version "/lagrange-" version ".tar.gz"))
(sha256
- (base32 "1qfi7wnmc793x8xv9zib9p665a1m5di08nc4p0aklrfa67gp6dws"))
+ (base32 "1s28syb1bd5j0liw2vcjmhl7r0j5lymfw9ag6dnkjwkkdqmzc0x3"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -714,7 +714,8 @@ is fully configurable and extensible in Common Lisp.")
(native-inputs
(list pkg-config zip))
(inputs
- (list fribidi
+ (list freetype
+ fribidi
harfbuzz
libunistring
libwebp
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: lagrange: Update to 1.11.1.,
guix-commits <=