guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b25d16458916acff55f3caba0b4ba66f465c93a2
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 24 11:49:01 2025 +0200

    gnu: lagrange: Update to 1.19.3.
    
    * gnu/packages/web-browsers.scm (lagrange): Update to 1.19.3.
    
    Change-Id: I6bc9aae6b0ce16304af18bcf13f864ef82d50423
---
 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 aa55af927a..bc42fe28b2 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -820,7 +820,7 @@ is fully configurable and extensible in Common Lisp.")
 (define-public lagrange
   (package
     (name "lagrange")
-    (version "1.18.4")
+    (version "1.19.3")
     (source
      (origin
        (method url-fetch)
@@ -828,7 +828,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 "0c3dwsp8zkx2nzmd5mskcf91n20mjk7dlzgy6gn3df6brw57awk9"))
+        (base32 "0srd5ahkls1kdf6waszjaayjgk7jd58i8hjlzh636d26h0vmy0k5"))
        (modules '((guix build utils)))
        (snippet
         '(begin

Reply via email to