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


From: guix-commits
Subject: branch master updated: gnu: lagrange: Update to 1.3.4.
Date: Tue, 27 Apr 2021 09:59:26 -0400

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

nckx pushed a commit to branch master
in repository guix.

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

commit e97376c15f386f87cbedc7e9edd7479e65aa90ba
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Apr 27 15:59:05 2021 +0200

    gnu: lagrange: Update to 1.3.4.
    
    * gnu/packages/web-browsers.scm (lagrange): Update to 1.3.4.
---
 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 50c3e69..4d71498 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -725,7 +725,7 @@ key-bindings and is fully configurable and extensible in 
Common Lisp.")
 (define-public lagrange
   (package
     (name "lagrange")
-    (version "1.3.3")
+    (version "1.3.4")
     (source
      (origin
        (method url-fetch)
@@ -733,7 +733,7 @@ key-bindings and 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 "19gafa8mz6zb5n37gfgan51clyxq8vw2grrvsb2l58ksynxwhwf4"))))
+        (base32 "108b8a9vdmf846v7p30fs9z0b68w3naifixnia0ra54ssxjvy0h6"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #false))                ;no tests



reply via email to

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