all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49049] [PATCH] gnu: lagrange: Update to 1.5.2.
@ 2021-06-15 16:58 Solene Rapenne via Guix-patches via
  2021-06-16 17:07 ` bug#49049: " Brice Waegeneire
  0 siblings, 1 reply; 2+ messages in thread
From: Solene Rapenne via Guix-patches via @ 2021-06-15 16:58 UTC (permalink / raw)
  To: 49049


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





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

* bug#49049: [PATCH] gnu: lagrange: Update to 1.5.2.
  2021-06-15 16:58 [bug#49049] [PATCH] gnu: lagrange: Update to 1.5.2 Solene Rapenne via Guix-patches via
@ 2021-06-16 17:07 ` Brice Waegeneire
  0 siblings, 0 replies; 2+ messages in thread
From: Brice Waegeneire @ 2021-06-16 17:07 UTC (permalink / raw)
  To: Solene Rapenne; +Cc: 49049-done

Hello Solene,

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

Cheers,
- Brice




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

end of thread, other threads:[~2021-06-16 17:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15 16:58 [bug#49049] [PATCH] gnu: lagrange: Update to 1.5.2 Solene Rapenne via Guix-patches via
2021-06-16 17:07 ` bug#49049: " Brice Waegeneire

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.