unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48742] [PATCH] gnu: lagrange: Update to 1.5.0.
@ 2021-05-30 13:49 Solene Rapenne via Guix-patches via
  2021-05-31 19:08 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Solene Rapenne via Guix-patches via @ 2021-05-30 13:49 UTC (permalink / raw)
  To: 48742

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#48742] [PATCH] gnu: lagrange: Update to 1.5.0.
  2021-05-30 13:49 [bug#48742] [PATCH] gnu: lagrange: Update to 1.5.0 Solene Rapenne via Guix-patches via
@ 2021-05-31 19:08 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-05-31 19:08 UTC (permalink / raw)
  To: 48742; +Cc: 48742-done, Solene Rapenne

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-31 19:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-30 13:49 [bug#48742] [PATCH] gnu: lagrange: Update to 1.5.0 Solene Rapenne via Guix-patches via
2021-05-31 19:08 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).