unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48878] [PATCH] gnu: lagrange: Update to 1.5.1.
@ 2021-06-06 17:11 Solene Rapenne via Guix-patches via
  2021-06-12 20:04 ` bug#48878: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Solene Rapenne via Guix-patches via @ 2021-06-06 17:11 UTC (permalink / raw)
  To: 48878

* gnu/packages/web-browser.scm (lagrange): Update to 1.5.1.
---
 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 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





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

* bug#48878: [PATCH] gnu: lagrange: Update to 1.5.1.
  2021-06-06 17:11 [bug#48878] [PATCH] gnu: lagrange: Update to 1.5.1 Solene Rapenne via Guix-patches via
@ 2021-06-12 20:04 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-06-12 20:04 UTC (permalink / raw)
  To: Solene Rapenne via Guix-patches via; +Cc: Solene Rapenne, 48878-done

Hello,

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

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-06-12 20:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-06 17:11 [bug#48878] [PATCH] gnu: lagrange: Update to 1.5.1 Solene Rapenne via Guix-patches via
2021-06-12 20:04 ` bug#48878: " 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).