unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Parnikkapore via Guix-patches via <guix-patches@gnu.org>
To: 62188@debbugs.gnu.org
Subject: [bug#62188] [PATCH] gnu: lagrange: Update to 1.15.4.
Date: Tue, 14 Mar 2023 23:20:13 +0800	[thread overview]
Message-ID: <1e7d5982470cf65f8457054ee9a1f4111e7cdd2a.1678807195.git.poomklao@yahoo.com> (raw)
In-Reply-To: 1e7d5982470cf65f8457054ee9a1f4111e7cdd2a.1678807195.git.poomklao.ref@yahoo.com

* 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





       reply	other threads:[~2023-03-14 15:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1e7d5982470cf65f8457054ee9a1f4111e7cdd2a.1678807195.git.poomklao.ref@yahoo.com>
2023-03-14 15:20 ` Parnikkapore via Guix-patches via [this message]
2023-03-15 23:20   ` bug#62188: [PATCH] gnu: lagrange: Update to 1.15.4 Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1e7d5982470cf65f8457054ee9a1f4111e7cdd2a.1678807195.git.poomklao@yahoo.com \
    --to=guix-patches@gnu.org \
    --cc=62188@debbugs.gnu.org \
    --cc=poomklao@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).