GNU bug report logs -
#75499
[PATCH 0/3] gnu: librewolf: Update to 133.0.3-1.
Previous Next
Reported by: Ian Eure <ian <at> retrospec.tv>
Date: Sat, 11 Jan 2025 17:28:02 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 22 Jan 2025 18:23:31 +0800
with message-id <87r04v1718.fsf <at> iscas.ac.cn>
and subject line Re: [bug#75499] [PATCH v2 1/4] gnu: firefox-l10n: Update to d219efa7c64850dfb5904893e17a5431c7058192.
has caused the debbugs.gnu.org bug report #75499,
regarding [PATCH 0/3] gnu: librewolf: Update to 133.0.3-1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
75499: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75499
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Fairly straightforwaard update. Paramaterized `make-librewolf-source' to
accept the l10n package.
Ian Eure (3):
gnu: firefox-l10n: Update to d219efa7c64850dfb5904893e17a5431c7058192.
gnu: librewolf: Update to 133.0.3-1.
gnu: make-librewolf-source: Take l10n package as an arg.
gnu/packages/librewolf.scm | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
--
2.47.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Ian Eure <ian <at> retrospec.tv> writes:
> * gnu/packages/librewolf.scm (firefox-l10n): Update to d219efa7c64850dfb5904893e17a5431c7058192.
>
> Change-Id: Ia4303f13a0cbf7c4908410b735b509a4a5f505cd
> ---
> gnu/packages/librewolf.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm
> index 42bae0fbc0..2011e261e4 100644
> --- a/gnu/packages/librewolf.scm
> +++ b/gnu/packages/librewolf.scm
> @@ -117,14 +117,14 @@ (define (librewolf-source-origin version hash)
> (define computed-origin-method (@@ (guix packages) computed-origin-method))
>
> (define firefox-l10n
> - (let ((commit "bdfd4e10606204450a3e88d219ecf2b252349c2b"))
> + (let ((commit "d219efa7c64850dfb5904893e17a5431c7058192"))
> (origin
> (method git-fetch)
> (uri (git-reference
> (url "https://github.com/mozilla-l10n/firefox-l10n.git")
> (commit commit)))
> (file-name (git-file-name "firefox-l10n" commit))
> - (sha256 (base32 "0i31b1024jck6467j9phcqvac32psl4nkyb0nm4h9zzyj8zw31xp")))))
> + (sha256 (base32 "0g778fnxg5mkqm3rgryzl64f3n4pczngjdlby07vh2dycvmlyga8")))))
>
> (define* (make-librewolf-source #:key version firefox-hash librewolf-hash)
> (let* ((ff-src (firefox-source-origin
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 124 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.