gnu: lagrange: Update to 1.5.1.

* gnu/packages/web-browser.scm (lagrange): Update to 1.5.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Solene Rapenne via Guix-patches via 2021-06-06 19:11:51 +02:00 committed by Nicolas Goaziou
parent 018f950941
commit 3543c16ed0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -722,7 +722,7 @@ (define-public sbcl-next
(define-public lagrange (define-public lagrange
(package (package
(name "lagrange") (name "lagrange")
(version "1.5.0") (version "1.5.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -730,7 +730,7 @@ (define-public lagrange
(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 "0ziidk1qv7gaj2pvbla09vznjgslgqwr9ljfd9hskrv6nc68wafs")))) (base32 "1yihayy1vp1d6a7y9cdwdmglrhkciqlqg9p2lcs9wwkbdnfrmjs9"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #false)) ;no tests `(#:tests? #false)) ;no tests