diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-23 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-30 02:00:00 +0200 |
commit | 7b2b0a5e1d635fb0e3d2d3e9141ac27c2db644b5 (patch) | |
tree | 9e42f059055f956da7845a59cd3d89df5836c95c /gnu | |
parent | 8196087d2163633794ad9eadebe555451c2d32b5 (diff) | |
download | guix-7b2b0a5e1d635fb0e3d2d3e9141ac27c2db644b5.tar.gz guix-7b2b0a5e1d635fb0e3d2d3e9141ac27c2db644b5.zip |
gnu: lagrange: Update to 1.16.6.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.16.6.
Diffstat (limited to 'gnu')
-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 012d607b19..c7143e38e1 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -723,7 +723,7 @@ is fully configurable and extensible in Common Lisp.") (define-public lagrange (package (name "lagrange") - (version "1.16.3") + (version "1.16.6") (source (origin (method url-fetch) @@ -731,7 +731,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 "1kmhxacka0rixxv1r5vqjhxmdxll73b5w5ja18m1qpbk2sk00bg8")) + (base32 "05wqg78l6jwbsmy8rsz14cp2wl1wss02vwrzfzpyx8qhjxcw7v32")) (modules '((guix build utils))) (snippet '(begin |