diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-04-06 23:33:28 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-04-06 23:33:28 +0300 |
commit | aacd44278b1a9f4097d28fbae62e2233fb9a99e8 (patch) | |
tree | aeb0250ffe4d40473aa6ef3ec4b8233890cbe17f /gnu/packages/web-browsers.scm | |
parent | 00ce149606d659d1c234df302ca9daf78b5e5490 (diff) |
gnu: lagrange: Update to 1.12.1.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.12.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 8105ffcaf8..645b11e740 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.11.2") + (version "1.12.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 "07vr0n8zpxcf6vjf4rz30s75llzxg9yndqphar4b1iygig9rx6jf")) + (base32 "10v4bp5h1qq24by61yw52rr13m23smfj2whxfzcxc34qgsdjsd4a")) (modules '((guix build utils))) (snippet '(begin |