guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: lagrange: Update to 1.13.8.


From: guix-commits
Subject: 08/08: gnu: lagrange: Update to 1.13.8.
Date: Sun, 6 Nov 2022 16:47:04 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 59ce4b8c5420e5b61c060d76b8cbd9fa7ea54cd9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Nov 6 22:44:02 2022 +0100

    gnu: lagrange: Update to 1.13.8.
    
    * gnu/packages/web-browsers.scm (lagrange): Update to 1.13.8.
---
 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 ee5f4f7335..31885fcbe0 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.13.7")
+    (version "1.13.8")
     (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 "051f7ym1z1hjsxnlvk7gx7b4v12x42i3g9gi49qwy3x8rw30vrvz"))
+        (base32 "1l6cfvmmw2g30qsxmn5jma17kxgmfknlgji4pbdj1flv8p73bvza"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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