ngz pushed a commit to branch master
in repository guix.

commit 0ad3d010f2ea435678e045122239d1aed216bb32
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Thu Dec 26 16:21:08 2024 +0100

    gnu: lagrange: Update to 1.18.4.
    
    * gnu/packages/web-browsers.scm (lagrange): Update to 1.18.4.
    
    Change-Id: I230d466ffb8e3be4946b34740c620f7120cd61fe
---
 gnu/packages/web-browsers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 1cec5eef7b..293419fb46 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -732,7 +732,7 @@ is fully configurable and extensible in Common Lisp.")
 (define-public lagrange
   (package
     (name "lagrange")
-    (version "1.17.6")
+    (version "1.18.4")
     (source
      (origin
        (method url-fetch)
@@ -740,7 +740,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 "0fsjn74cmrchqgnj88yzdxyj1gm0i2vrzh69b9b9bi7y2wk9il5r"))
+        (base32 "0c3dwsp8zkx2nzmd5mskcf91n20mjk7dlzgy6gn3df6brw57awk9"))
        (modules '((guix build utils)))
        (snippet
         '(begin

Reply via email to