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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62188 in the body.
You can then email your comments to 62188 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#62188
; Package
guix-patches
.
(Tue, 14 Mar 2023 15:21:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Parnikkapore <poomklao <at> yahoo.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 14 Mar 2023 15:21:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62188
; Package
guix-patches
.
(Wed, 15 Mar 2023 23:21:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Wed, 15 Mar 2023 23:21:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Parnikkapore <poomklao <at> yahoo.com>
:
bug acknowledged by developer.
(Wed, 15 Mar 2023 23:21:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 13 Apr 2023 11:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 30 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.