[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: lagrange: Update to 1.3.2.
From: |
guix-commits |
Subject: |
04/06: gnu: lagrange: Update to 1.3.2. |
Date: |
Sun, 11 Apr 2021 18:24:43 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 5661cdce257a6c62468f10f4d3166c863916851f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Apr 11 23:59:37 2021 +0200
gnu: lagrange: Update to 1.3.2.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.3.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 8f0a3a9..cff761a 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -725,7 +725,7 @@ key-bindings and is fully configurable and extensible in
Common Lisp.")
(define-public lagrange
(package
(name "lagrange")
- (version "1.3.1")
+ (version "1.3.2")
(source
(origin
(method url-fetch)
@@ -733,7 +733,7 @@ key-bindings and is fully configurable and extensible in
Common Lisp.")
(string-append "https://git.skyjake.fi/skyjake/lagrange/releases/"
"download/v" version "/lagrange-" version ".tar.gz"))
(sha256
- (base32 "1i05irmsvgrskhia71nl7vc9rbwmh2ylpbrm4pis85lrs4p7m3r0"))))
+ (base32 "14yj3l3h6i6ygdhyiwdg2cg6y5imlkql09r7dm5v7xm1ja0sr9lp"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #false)) ;no tests
- branch master updated (4ebf6cc -> e737e74), guix-commits, 2021/04/11
- 01/06: gnu: libime: Update to 1.0.6., guix-commits, 2021/04/11
- 02/06: gnu: edgar: Update to 1.34., guix-commits, 2021/04/11
- 03/06: gnu: irssi: Update to 1.2.3., guix-commits, 2021/04/11
- 04/06: gnu: lagrange: Update to 1.3.2.,
guix-commits <=
- 05/06: gnu: ghq: Update to 1.1.7., guix-commits, 2021/04/11
- 06/06: gnu: minetest: Update to 5.4.1., guix-commits, 2021/04/11