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.5.1.


From: guix-commits
Subject: branch master updated: gnu: lagrange: Update to 1.5.1.
Date: Sat, 12 Jun 2021 16:03:40 -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 3543c16  gnu: lagrange: Update to 1.5.1.
3543c16 is described below

commit 3543c16ed0c7ff4b59fd8ce3145b72ffb720e19f
Author: Solene Rapenne via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sun Jun 6 19:11:51 2021 +0200

    gnu: lagrange: Update to 1.5.1.
    
    * gnu/packages/web-browser.scm (lagrange): Update to 1.5.1.
    
    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 eda01c1..b445870 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.5.0")
+    (version "1.5.1")
     (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 "0ziidk1qv7gaj2pvbla09vznjgslgqwr9ljfd9hskrv6nc68wafs"))))
+        (base32 "1yihayy1vp1d6a7y9cdwdmglrhkciqlqg9p2lcs9wwkbdnfrmjs9"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #false))                ;no tests



reply via email to

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