gnu: lagrange: Update to 1.3.4.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.3.4.
This commit is contained in:
parent
19f67a9197
commit
e97376c15f
@ -725,7 +725,7 @@ key-bindings and is fully configurable and extensible in Common Lisp.")
|
|||||||
(define-public lagrange
|
(define-public lagrange
|
||||||
(package
|
(package
|
||||||
(name "lagrange")
|
(name "lagrange")
|
||||||
(version "1.3.3")
|
(version "1.3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(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/"
|
(string-append "https://git.skyjake.fi/skyjake/lagrange/releases/"
|
||||||
"download/v" version "/lagrange-" version ".tar.gz"))
|
"download/v" version "/lagrange-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "19gafa8mz6zb5n37gfgan51clyxq8vw2grrvsb2l58ksynxwhwf4"))))
|
(base32 "108b8a9vdmf846v7p30fs9z0b68w3naifixnia0ra54ssxjvy0h6"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #false)) ;no tests
|
`(#:tests? #false)) ;no tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user