diff mbox series

[bug#48597] gnu: lagrange: update to 1.4.2

Message ID 20210522223531.2e96347c@perso.pw
State Accepted
Headers show
Series [bug#48597] gnu: lagrange: update to 1.4.2 | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Solene Rapenne May 22, 2021, 8:35 p.m. UTC
---
 gnu/packages/web-browsers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Nicolas Goaziou May 25, 2021, 9:32 a.m. UTC | #1
Hello,

Solene Rapenne via Guix-patches via <guix-patches@gnu.org> writes:

> ---
>  gnu/packages/web-browsers.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

I tweaked the commit message and applied your patch. Thank you!

Regards,
diff mbox series

Patch

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index af178f9092..27879be166 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -718,7 +718,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)
@@ -726,7 +726,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