diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-01-20 17:24:21 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-01-20 17:24:21 +0200 |
commit | c08767bb05f5358a4d4b976fe95cfdb86e22b223 (patch) | |
tree | 48226daae7bdb8d88893adaaae925a6466990785 /gnu/packages/web-browsers.scm | |
parent | a3b80bc6fb1bb7d5ab51c53adfa99062e585a28a (diff) |
gnu: lagrange: Update to 1.10.1.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.10.1.
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 fbdcfebe7a..dc19d332fe 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.0") + (version "1.10.1") (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 "0zsgjppy9r5q8pnxn00pnhldniwg5ydjgdkvrnf0pls5pn04hb1q")) + (base32 "0dk04d0z27l6z48lfy74l0vhhj7xz17chz9q8sxkn609324svdnj")) (modules '((guix build utils))) (snippet '(begin |