diff mbox series

[bug#49049] gnu: lagrange: Update to 1.5.2.

Message ID 20210615185852.339f7e9e@perso.pw
State Accepted
Headers show
Series [bug#49049] gnu: lagrange: Update to 1.5.2. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Solene Rapenne June 15, 2021, 4:58 p.m. UTC
* gnu/packages/web-browsers.scm (lagrange): Update to 1.5.2.
---
 gnu/packages/web-browsers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Brice Waegeneire June 16, 2021, 5:07 p.m. UTC | #1
Hello Solene,

Thank you for the patch.  It's pushed as
80d0f883368a3bf281fe8fdf0529c335bca3ec13.

Cheers,
- Brice
diff mbox series

Patch

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 9f4cc79bf8..f70af1af50 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