emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#48597: closed ([PATCH] gnu: lagrange: update to 1.4.2)


From: GNU bug Tracking System
Subject: bug#48597: closed ([PATCH] gnu: lagrange: update to 1.4.2)
Date: Tue, 25 May 2021 09:33:02 +0000

Your message dated Tue, 25 May 2021 11:32:43 +0200
with message-id <87wnrn5fb8.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#48597] [PATCH] gnu: lagrange: update to 1.4.2
has caused the debbugs.gnu.org bug report #48597,
regarding [PATCH] gnu: lagrange: update to 1.4.2
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48597: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48597
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: lagrange: update to 1.4.2 Date: Sat, 22 May 2021 22:35:31 +0200
---
 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 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
-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#48597] [PATCH] gnu: lagrange: update to 1.4.2 Date: Tue, 25 May 2021 11:32:43 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
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,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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