[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49049] [PATCH] gnu: lagrange: Update to 1.5.2.
From: |
Solene Rapenne |
Subject: |
[bug#49049] [PATCH] gnu: lagrange: Update to 1.5.2. |
Date: |
Tue, 15 Jun 2021 18:58:52 +0200 |
* 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
- [bug#49049] [PATCH] gnu: lagrange: Update to 1.5.2.,
Solene Rapenne <=