summary refs log tree commit diff
path: root/gnu/packages/web-browsers.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-01-28 10:10:18 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-02-04 17:53:05 +0100
commitbedaf3115e110620ac050df9e96a793f0bd384fd (patch)
tree7d625526d7d6ce438b32cab16b6e782881e75cf3 /gnu/packages/web-browsers.scm
parentb23f27e272cf05256ee9e4ae30b4ba012ca50820 (diff)
downloadguix-bedaf3115e110620ac050df9e96a793f0bd384fd.tar.gz
gnu: lagrange: Update to 1.15.1.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.15.1.
Diffstat (limited to 'gnu/packages/web-browsers.scm')
-rw-r--r--gnu/packages/web-browsers.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index fe51e37b52..d69b237071 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -706,7 +706,7 @@ is fully configurable and extensible in Common Lisp.")
 (define-public lagrange
   (package
     (name "lagrange")
-    (version "1.14.2")
+    (version "1.15.1")
     (source
      (origin
        (method url-fetch)
@@ -714,7 +714,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 "0r4cwpgnz761dvkfijq0p7pcyzq6f8bnmivijpnpf3bkzpvmxc2i"))
+        (base32 "04596gbi6fpz555dclhd2z1q60myk3ypc37v3g9brfm1kmbpssac"))
        (modules '((guix build utils)))
        (snippet
         '(begin