[PATCH] gnu: lagrange: Update to 1.5.2.

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

Debbugs page

Solene Rapenne wrote 4 years ago
(address . guix-patches@gnu.org)
20210615185852.339f7e9e@perso.pw
* gnu/packages/web-browsers.scm (lagrange): Update to 1.5.2.
---
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 9f4cc79bf8..f70af1af50 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -723,7 +723,7 @@ key-bindings (Emacs, vi, CUA), and is fully configurable in Common Lisp.")
(define-public lagrange
(package
(name "lagrange")
- (version "1.5.1")
+ (version "1.5.2")
(source
(origin
(method url-fetch)
@@ -731,7 +731,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 "1yihayy1vp1d6a7y9cdwdmglrhkciqlqg9p2lcs9wwkbdnfrmjs9"))))
+ (base32 "0gqaipgs16kw711ijhshmbhhvlyjvh37wxdz059p4vvjhfrxbr1v"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #false)) ;no tests
--
2.32.0
Brice Waegeneire wrote 4 years ago
(name . Solene Rapenne)(address . solene@perso.pw)(address . 49049-done@debbugs.gnu.org)
87lf79zqjg.fsf@waegenei.re
Hello Solene,

Thank you for the patch. It's pushed as
80d0f883368a3bf281fe8fdf0529c335bca3ec13.

Cheers,
- Brice
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 49049
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