guix_mirror_bot pushed a commit to branch librewolf-updates in repository guix.
commit f280129faf0124e93f53f573ceb071b521ce5dae Author: Ian Eure <[email protected]> AuthorDate: Sat Jun 28 10:21:20 2025 -0700 gnu: firefox-l10n: Update to 3657ec7a1e4f01ceb1033b1a015a0160b85e7f83. * gnu/packages/librewolf.scm (firefox-l10n): Update to 3657ec7a1e4f01ceb1033b1a015a0160b85e7f83. Change-Id: If38b51458afd3fdf3b3e5798783c243e2fd8e477 --- 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 4d1e0c6ef0..9d08a43ebd 100644 --- a/gnu/packages/librewolf.scm +++ b/gnu/packages/librewolf.scm @@ -117,14 +117,14 @@ (define computed-origin-method (@@ (guix packages) computed-origin-method)) (define firefox-l10n - (let ((commit "0d3843540cfd7d38f8a60831fbfae996b6fe2efc")) + (let ((commit "3657ec7a1e4f01ceb1033b1a015a0160b85e7f83")) (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 "0n2ri8sy85n6vrqf6ka6yxk3y667bx41zy2jh9nhg3q61llmaax2"))))) + (sha256 (base32 "1vzpd2960g63np162g3c4bmdp48hypv7b22jr60v8splqndij6vg"))))) (define* (make-librewolf-source #:key version firefox-hash librewolf-hash l10n) (let* ((ff-src (firefox-source-origin
