gnu: lagrange: Update to 1.15.4.

* gnu/packages/web-browsers.scm (lagrange): Update to 1.15.4.
[native-search-paths]: Add share to XDG_DATA_DIRS.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Parnikkapore via Guix-patches via 2023-03-14 23:20:13 +08:00 committed by Nicolas Goaziou
parent 04b773ad9b
commit a148da0125
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -705,7 +705,7 @@ (define-public nyxt
(define-public lagrange (define-public lagrange
(package (package
(name "lagrange") (name "lagrange")
(version "1.15.3") (version "1.15.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -713,7 +713,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 "02wd31k2pz0km34k0lw5gd9wk1k77zfsvssmjxka1q7mcdj9ld09")) (base32 "117n1v8vr966lah98g22zn15y3d2va0mf1yj99smn5dizy75akm9"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -738,6 +738,10 @@ (define-public lagrange
pcre pcre
sdl2 sdl2
zlib)) zlib))
(native-search-paths
(list (search-path-specification
(variable "XDG_DATA_DIRS")
(files '("share")))))
(home-page "https://gmi.skyjake.fi/lagrange/") (home-page "https://gmi.skyjake.fi/lagrange/")
(synopsis "Graphical Gemini client") (synopsis "Graphical Gemini client")
(description (description