diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-15 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-15 01:00:29 +0100 |
commit | a81f89ba39b03721c49c78b6f67fb08abc81745c (patch) | |
tree | ce46184f2a1695169ac58ce016941cab6499269d /gnu/packages/web-browsers.scm | |
parent | 4e9cb45da0cc41cf85b720640a8ba9bc88c28d46 (diff) |
gnu: lagrange: Update to 1.14.2.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.14.2.
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 a126902395..fe51e37b52 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -706,7 +706,7 @@ is fully configurable and extensible in Common Lisp.") (define-public lagrange (package (name "lagrange") - (version "1.14.1") + (version "1.14.2") (source (origin (method url-fetch) @@ -714,7 +714,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 "0dhynq5pn6xjis0bpnam89km9qbrdxkbv76mfsx6jzda934iyy2n")) + (base32 "0r4cwpgnz761dvkfijq0p7pcyzq6f8bnmivijpnpf3bkzpvmxc2i")) (modules '((guix build utils))) (snippet '(begin |