all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52416] [PATCH] gnu: lagrange: Update to 1.9.2.
@ 2021-12-10 17:41 Nikolay Korotkiy
  2021-12-10 22:28 ` bug#52416: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Nikolay Korotkiy @ 2021-12-10 17:41 UTC (permalink / raw)
  To: 52416; +Cc: Nikolay Korotkiy

* gnu/packages/web-browsers.scm (lagrange): Update to 1.9.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 f707ddb597..f2c5cb0be7 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -693,7 +693,7 @@ (define-public nyxt
 (define-public lagrange
   (package
     (name "lagrange")
-    (version "1.8.2")
+    (version "1.9.2")
     (source
      (origin
        (method url-fetch)
@@ -701,7 +701,7 @@ (define-public lagrange
         (string-append "https://git.skyjake.fi/skyjake/lagrange/releases/"
                        "download/v" version "/lagrange-" version ".tar.gz"))
        (sha256
-        (base32 "1wb4gqn32sja2qik04chlcl743arr6c844zczy1a2aad5103cnip"))
+        (base32 "1j4r2c6f9fqc22f14fjh28s324kfbb9ahf08nv0xlazy1y5g7f6d"))
        (modules '((guix build utils)))
        (snippet
         '(begin
-- 
2.34.0





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

* bug#52416: [PATCH] gnu: lagrange: Update to 1.9.2.
  2021-12-10 17:41 [bug#52416] [PATCH] gnu: lagrange: Update to 1.9.2 Nikolay Korotkiy
@ 2021-12-10 22:28 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-12-10 22:28 UTC (permalink / raw)
  To: Nikolay Korotkiy; +Cc: 52416-done

Hello,

Nikolay Korotkiy <sikmir@gmail.com> writes:

> * gnu/packages/web-browsers.scm (lagrange): Update to 1.9.2.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-12-10 22:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-10 17:41 [bug#52416] [PATCH] gnu: lagrange: Update to 1.9.2 Nikolay Korotkiy
2021-12-10 22:28 ` bug#52416: " Nicolas Goaziou

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.