[PATCH] gnu: lagrange: Update to 1.5.1.

  • 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)
20210606191151.0f9347a6@perso.pw
* gnu/packages/web-browser.scm (lagrange): Update to 1.5.1.
---
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 d2cda59540..1fc53bfe36 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.5.0")
+ (version "1.5.1")
(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 "0ziidk1qv7gaj2pvbla09vznjgslgqwr9ljfd9hskrv6nc68wafs"))))
+ (base32 "1yihayy1vp1d6a7y9cdwdmglrhkciqlqg9p2lcs9wwkbdnfrmjs9"))))
(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)
871r96u9xq.fsf@nicolasgoaziou.fr
Hello,

Solene Rapenne via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (2 lines)
> * gnu/packages/web-browser.scm (lagrange): Update to 1.5.1.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
?
Your comment

This issue is archived.

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

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