GNU bug report logs -
#62188
[PATCH] gnu: lagrange: Update to 1.15.4.
Previous Next
Reported by: Parnikkapore <poomklao <at> yahoo.com>
Date: Tue, 14 Mar 2023 15:21:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#62188: [PATCH] gnu: lagrange: Update to 1.15.4.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 62188 <at> debbugs.gnu.org.
--
62188: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62188
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
Parnikkapore via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/web-browsers.scm (lagrange): Update to 1.15.4.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
[Message part 3 (message/rfc822, inline)]
* 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
This bug report was last modified 2 years and 66 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.