[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52416] [PATCH] gnu: lagrange: Update to 1.9.2.
From: |
Nikolay Korotkiy |
Subject: |
[bug#52416] [PATCH] gnu: lagrange: Update to 1.9.2. |
Date: |
Fri, 10 Dec 2021 20:41:08 +0300 |
* 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
- [bug#52416] [PATCH] gnu: lagrange: Update to 1.9.2.,
Nikolay Korotkiy <=