From 01d433250fe03326b4ea305d527c0294ed2eb037 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 20 Mar 2022 16:21:55 +0200 Subject: gnu: lagrange: Update to 1.11.2. * gnu/packages/web-browsers.scm (lagrange): Update to 1.11.2. --- gnu/packages/web-browsers.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index 3d91b17ed3..436c511568 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.11.1") + (version "1.11.2") (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 "1s28syb1bd5j0liw2vcjmhl7r0j5lymfw9ag6dnkjwkkdqmzc0x3")) + (base32 "07vr0n8zpxcf6vjf4rz30s75llzxg9yndqphar4b1iygig9rx6jf")) (modules '((guix build utils))) (snippet '(begin -- cgit v1.2.3