diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-02-19 18:53:18 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-02-19 18:53:18 +0200 |
commit | 1ae33c463cb8ae2a9d73a6c09e9dae8a1691b126 (patch) | |
tree | af4a3d5102bf585ded0f67ece4f4f6587b3d9e21 /gnu/packages/web-browsers.scm | |
parent | 3aaab0c9c4298aadb5d4e5306a1ef612dacb9588 (diff) |
gnu: lagrange: Update to 1.10.6.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.10.6.
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 fa5a5fb00f..25def651eb 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.5") + (version "1.10.6") (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 "1kimdy0k26l3b673sg12gd0d94mxx5lycyxlmla9hxxcsfn2rlqy")) + (base32 "1qfi7wnmc793x8xv9zib9p665a1m5di08nc4p0aklrfa67gp6dws")) (modules '((guix build utils))) (snippet '(begin |