diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-11 19:14:18 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-11 19:14:18 +0100 |
commit | bb808caf2f62f685667d62fcc838113e5d876462 (patch) | |
tree | 916d03342cdac5858b7e1fe33587b6168438884e /gnu/packages/web-browsers.scm | |
parent | 2b57d6b6bb03a6047670e7f8dc143c2a010fefe1 (diff) |
gnu: lagrange: Update to 1.10.5.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.10.5.
Diffstat (limited to 'gnu/packages/web-browsers.scm')
-rw-r--r-- | gnu/packages/web-browsers.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index 0463ed7e5c..fa5a5fb00f 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.4") + (version "1.10.5") (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 "0jlk4399sibfizy6kv438iiwni9c5i6g1yk3hjma6n435653mpsr")) + (base32 "1kimdy0k26l3b673sg12gd0d94mxx5lycyxlmla9hxxcsfn2rlqy")) (modules '((guix build utils))) (snippet '(begin |