guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: lagrange: Update to 1.4.2.


From: guix-commits
Subject: branch master updated: gnu: lagrange: Update to 1.4.2.
Date: Tue, 25 May 2021 05:31:49 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7c10650  gnu: lagrange: Update to 1.4.2.
7c10650 is described below

commit 7c1065030d5632ee5d83086df4014b80c3b6f8c2
Author: Solene Rapenne via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sat May 22 22:35:31 2021 +0200

    gnu: lagrange: Update to 1.4.2.
    
    * gnu/packages/web-browsers.scm (lagrange): Update to 1.4.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 b6e0e23..a8e77f8 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -722,7 +722,7 @@ key-bindings (Emacs, vi, CUA), and is fully configurable in 
Common Lisp.")
 (define-public lagrange
   (package
     (name "lagrange")
-    (version "1.3.4")
+    (version "1.4.2")
     (source
      (origin
        (method url-fetch)
@@ -730,7 +730,7 @@ key-bindings (Emacs, vi, CUA), and is fully configurable in 
Common Lisp.")
         (string-append "https://git.skyjake.fi/skyjake/lagrange/releases/";
                        "download/v" version "/lagrange-" version ".tar.gz"))
        (sha256
-        (base32 "108b8a9vdmf846v7p30fs9z0b68w3naifixnia0ra54ssxjvy0h6"))))
+        (base32 "1gnivksxxw2k0kx7fsyrwrxffl67dph2b9w9hsv9id6x89k6dwh2"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #false))                ;no tests



reply via email to

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