guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: gnu: lagrange: Update to 1.17.6.


From: guix-commits
Subject: 03/08: gnu: lagrange: Update to 1.17.6.
Date: Sun, 17 Mar 2024 09:19:56 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 4b11c8c9b823a208798eac41fa4c15ece09e18c7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 17 09:06:57 2024 +0100

    gnu: lagrange: Update to 1.17.6.
    
    * gnu/packages/web-browsers.scm (lagrange): Update to 1.17.6.
    
    Change-Id: I3c8062027cdc113ed918e7f4f620f112fdc35a75
---
 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 9234c0d7f6..0503dc4cd2 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -720,7 +720,7 @@ is fully configurable and extensible in Common Lisp.")
 (define-public lagrange
   (package
     (name "lagrange")
-    (version "1.16.7")
+    (version "1.17.6")
     (source
      (origin
        (method url-fetch)
@@ -728,7 +728,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 "0ig7xdsihq7wc8h7n1af275z3kjxq5iiy0x4dwjahgligrdmj7vm"))
+        (base32 "0fsjn74cmrchqgnj88yzdxyj1gm0i2vrzh69b9b9bi7y2wk9il5r"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]