guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: lagrange: Update to 1.15.9.


From: guix-commits
Subject: 05/05: gnu: lagrange: Update to 1.15.9.
Date: Thu, 11 May 2023 14:37:48 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit f3a23fed20ad7f4f8db434c811f3538ba1b58dd3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu May 11 21:33:05 2023 +0300

    gnu: lagrange: Update to 1.15.9.
    
    * gnu/packages/web-browsers.scm (lagrange): Update to 1.15.9.
---
 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 af4ffdb50d..33de003983 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -703,7 +703,7 @@ is fully configurable and extensible in Common Lisp.")
 (define-public lagrange
   (package
     (name "lagrange")
-    (version "1.15.8")
+    (version "1.15.9")
     (source
      (origin
        (method url-fetch)
@@ -711,7 +711,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 "0ss1d522f4nnzwhjix58qfbmva9w5j6y6lhlqmjrshv18b1ay4bm"))
+        (base32 "19pn5nnlskyj7w61s9vg5c0vb0hpdyalj3m8znvs4lgw3463ijs3"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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