diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-11-06 22:44:02 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-11-06 22:45:49 +0100 |
commit | 59ce4b8c5420e5b61c060d76b8cbd9fa7ea54cd9 (patch) | |
tree | d007d050874b60fd589775e0f3be9cfb7767d906 /gnu/packages | |
parent | d1cefcf9c0372567e69d72a036248c81edd127be (diff) |
gnu: lagrange: Update to 1.13.8.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.13.8.
Diffstat (limited to 'gnu/packages')
-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 ee5f4f7335..31885fcbe0 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -705,7 +705,7 @@ is fully configurable and extensible in Common Lisp.") (define-public lagrange (package (name "lagrange") - (version "1.13.7") + (version "1.13.8") (source (origin (method url-fetch) @@ -713,7 +713,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 "051f7ym1z1hjsxnlvk7gx7b4v12x42i3g9gi49qwy3x8rw30vrvz")) + (base32 "1l6cfvmmw2g30qsxmn5jma17kxgmfknlgji4pbdj1flv8p73bvza")) (modules '((guix build utils))) (snippet '(begin |