[PATCH] gnu: lagrange: Update to 1.15.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Parnikkapore
Owner
unassigned
Submitted by
Parnikkapore
Severity
normal

Debbugs page

Parnikkapore wrote 2 years ago
(address . guix-patches@gnu.org)
1e7d5982470cf65f8457054ee9a1f4111e7cdd2a.1678807195.git.poomklao@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(-)

Toggle diff (37 lines)
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
Nicolas Goaziou wrote 2 years ago
(name . Parnikkapore via Guix-patches via)(address . guix-patches@gnu.org)
877cvhd2l0.fsf@nicolasgoaziou.fr
Hello,

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

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

Applied. Thank you.

Regards,
--
Nicolas Goaziou
?
Your comment

This issue is archived.

To comment on this conversation send an email to 62188@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 62188
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help