unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62188] [PATCH] gnu: lagrange: Update to 1.15.4.
       [not found] <1e7d5982470cf65f8457054ee9a1f4111e7cdd2a.1678807195.git.poomklao.ref@yahoo.com>
@ 2023-03-14 15:20 ` Parnikkapore via Guix-patches via
  2023-03-15 23:20   ` bug#62188: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Parnikkapore via Guix-patches via @ 2023-03-14 15:20 UTC (permalink / raw)
  To: 62188

* gnu/packages/web-browsers.scm (lagrange): Update to 1.15.4.
---
 gnu/packages/web-browsers.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 6f9400c6d5..7c0497be41 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -705,7 +705,7 @@ (define-public nyxt
 (define-public lagrange
   (package
     (name "lagrange")
-    (version "1.15.3")
+    (version "1.15.4")
     (source
      (origin
        (method url-fetch)
@@ -713,7 +713,7 @@ (define-public lagrange
         (string-append "https://git.skyjake.fi/skyjake/lagrange/releases/"
                        "download/v" version "/lagrange-" version ".tar.gz"))
        (sha256
-        (base32 "02wd31k2pz0km34k0lw5gd9wk1k77zfsvssmjxka1q7mcdj9ld09"))
+        (base32 "117n1v8vr966lah98g22zn15y3d2va0mf1yj99smn5dizy75akm9"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -738,6 +738,10 @@ (define-public lagrange
            pcre
            sdl2
            zlib))
+    (native-search-paths
+     (list (search-path-specification
+            (variable "XDG_DATA_DIRS")
+            (files '("share")))))
     (home-page "https://gmi.skyjake.fi/lagrange/")
     (synopsis "Graphical Gemini client")
     (description

base-commit: 633c935e0ac86db5821b922988a301cf15de5cc2
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62188: [PATCH] gnu: lagrange: Update to 1.15.4.
  2023-03-14 15:20 ` [bug#62188] [PATCH] gnu: lagrange: Update to 1.15.4 Parnikkapore via Guix-patches via
@ 2023-03-15 23:20   ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-03-15 23:20 UTC (permalink / raw)
  To: Parnikkapore via Guix-patches via; +Cc: Parnikkapore, 62188-done

Hello,

Parnikkapore via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/web-browsers.scm (lagrange): Update to 1.15.4.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-15 23:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1e7d5982470cf65f8457054ee9a1f4111e7cdd2a.1678807195.git.poomklao.ref@yahoo.com>
2023-03-14 15:20 ` [bug#62188] [PATCH] gnu: lagrange: Update to 1.15.4 Parnikkapore via Guix-patches via
2023-03-15 23:20   ` bug#62188: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).