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

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

bug#48742: closed ([PATCH] gnu: lagrange: Update to 1.5.0.)


From: GNU bug Tracking System
Subject: bug#48742: closed ([PATCH] gnu: lagrange: Update to 1.5.0.)
Date: Mon, 31 May 2021 19:09:02 +0000

Your message dated Mon, 31 May 2021 21:08:21 +0200
with message-id <87fsy2lo0q.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#48742] [PATCH] gnu: lagrange: Update to 1.5.0.
has caused the debbugs.gnu.org bug report #48742,
regarding [PATCH] gnu: lagrange: Update to 1.5.0.
to be marked as done.

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


-- 
48742: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48742
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: lagrange: Update to 1.5.0. Date: Sun, 30 May 2021 15:49:32 +0200
tested on amd64, works for me

---
 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 214320d2a1..d2cda59540 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -722,7 +722,7 @@ key-bindings (Emacs, vi, CUA), and is fully configurable in 
Common Lisp.")
 (define-public lagrange
   (package
     (name "lagrange")
-    (version "1.4.2")
+    (version "1.5.0")
     (source
      (origin
        (method url-fetch)
@@ -730,7 +730,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 "1gnivksxxw2k0kx7fsyrwrxffl67dph2b9w9hsv9id6x89k6dwh2"))))
+        (base32 "0ziidk1qv7gaj2pvbla09vznjgslgqwr9ljfd9hskrv6nc68wafs"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #false))                ;no tests
-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#48742] [PATCH] gnu: lagrange: Update to 1.5.0. Date: Mon, 31 May 2021 21:08:21 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

According to our conventions, you needed to add the following line in
your commit message:

  * gnu/packages/web-browsers.scm (lagrange): Update to 1.5.0.

I added it for your and applied your patch. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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