[PATCH] gnu: lagrange: Update to 1.5.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Solene Rapenne
Owner
unassigned
Submitted by
Solene Rapenne
Severity
normal

Debbugs page

Solene Rapenne wrote 4 years ago
(address . guix-patches@gnu.org)
20210530154932.6248e7a8@perso.pw
tested on amd64, works for me

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

Toggle diff (24 lines)
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
Nicolas Goaziou wrote 4 years ago
(name . Solene Rapenne via Guix-patches via)(address . guix-patches@gnu.org)
87fsy2lo0q.fsf@nicolasgoaziou.fr
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
?
Your comment

This issue is archived.

To comment on this conversation send an email to 48742@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 48742
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help