GNU bug report logs - #48597
[PATCH] gnu: lagrange: update to 1.4.2

Previous Next

Package: guix-patches;

Reported by: Solene Rapenne <solene <at> perso.pw>

Date: Sun, 23 May 2021 00:29:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#48597: closed ([PATCH] gnu: lagrange: update to 1.4.2)
Date: Tue, 25 May 2021 09:33:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 25 May 2021 11:32:43 +0200
with message-id <87wnrn5fb8.fsf <at> 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 <at> gnu.org.)


-- 
48597: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48597
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Solene Rapenne <solene <at> perso.pw>
To: guix-patches <at> gnu.org
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



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Solene Rapenne via Guix-patches via <guix-patches <at> gnu.org>
Cc: Solene Rapenne <solene <at> perso.pw>, 48597-done <at> debbugs.gnu.org
Subject: Re: [bug#48597] [PATCH] gnu: lagrange: update to 1.4.2
Date: Tue, 25 May 2021 11:32:43 +0200
Hello,

Solene Rapenne via Guix-patches via <guix-patches <at> 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


This bug report was last modified 3 years and 358 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.