From 3543c16ed0c7ff4b59fd8ce3145b72ffb720e19f Mon Sep 17 00:00:00 2001 From: Solene Rapenne via Guix-patches via Date: Sun, 6 Jun 2021 19:11:51 +0200 Subject: gnu: lagrange: Update to 1.5.1. * gnu/packages/web-browser.scm (lagrange): Update to 1.5.1. Signed-off-by: Nicolas Goaziou --- gnu/packages/web-browsers.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/web-browsers.scm') diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index eda01c1b9a..b445870f4d 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -722,7 +722,7 @@ key-bindings (Emacs, vi, CUA), and is fully configurable in Common Lisp.") (define-public lagrange (package (name "lagrange") - (version "1.5.0") + (version "1.5.1") (source (origin (method url-fetch) @@ -730,7 +730,7 @@ key-bindings (Emacs, vi, CUA), and is fully configurable in Common Lisp.") (string-append "https://git.skyjake.fi/skyjake/lagrange/releases/" "download/v" version "/lagrange-" version ".tar.gz")) (sha256 - (base32 "0ziidk1qv7gaj2pvbla09vznjgslgqwr9ljfd9hskrv6nc68wafs")))) + (base32 "1yihayy1vp1d6a7y9cdwdmglrhkciqlqg9p2lcs9wwkbdnfrmjs9")))) (build-system cmake-build-system) (arguments `(#:tests? #false)) ;no tests -- cgit v1.2.3