guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: lagrange: Update to 1.15.3.


From: guix-commits
Subject: 07/08: gnu: lagrange: Update to 1.15.3.
Date: Wed, 8 Mar 2023 03:17:33 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 346048a40c002f9085f4885509a819d1335adeef
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 8 08:56:16 2023 +0200

    gnu: lagrange: Update to 1.15.3.
    
    * gnu/packages/web-browsers.scm (lagrange): Update to 1.15.3.
---
 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 531bf9cb20..6f9400c6d5 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -705,7 +705,7 @@ is fully configurable and extensible in Common Lisp.")
 (define-public lagrange
   (package
     (name "lagrange")
-    (version "1.15.2")
+    (version "1.15.3")
     (source
      (origin
        (method url-fetch)
@@ -713,7 +713,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 "1xgdarwc8cpwb4rcbasdbc2nn5mcvwl7fz7v70x974wpf5xjmd3k"))
+        (base32 "02wd31k2pz0km34k0lw5gd9wk1k77zfsvssmjxka1q7mcdj9ld09"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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