guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: lagrange: Update to 1.5.2.


From: guix-commits
Subject: 02/02: gnu: lagrange: Update to 1.5.2.
Date: Wed, 16 Jun 2021 13:05:59 -0400 (EDT)

bricewge pushed a commit to branch master
in repository guix.

commit 80d0f883368a3bf281fe8fdf0529c335bca3ec13
Author: Solene Rapenne <solene@perso.pw>
AuthorDate: Tue Jun 15 18:58:52 2021 +0200

    gnu: lagrange: Update to 1.5.2.
    
    * gnu/packages/web-browsers.scm (lagrange): Update to 1.5.2.
    
    Signed-off-by: Brice Waegeneire <brice@waegenei.re>
---
 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 9f4cc79..f70af1a 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -723,7 +723,7 @@ key-bindings (Emacs, vi, CUA), and is fully configurable in 
Common Lisp.")
 (define-public lagrange
   (package
     (name "lagrange")
-    (version "1.5.1")
+    (version "1.5.2")
     (source
      (origin
        (method url-fetch)
@@ -731,7 +731,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 "1yihayy1vp1d6a7y9cdwdmglrhkciqlqg9p2lcs9wwkbdnfrmjs9"))))
+        (base32 "0gqaipgs16kw711ijhshmbhhvlyjvh37wxdz059p4vvjhfrxbr1v"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #false))                ;no tests



reply via email to

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