guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 679e30988b946454997aff70120b572187bb48a1
Author: Ian Eure <[email protected]>
AuthorDate: Tue Jan 13 18:24:38 2026 -0800
gnu: firefox-l10n: Update to da03d1507bcec6952b788a21f3cfa95673b1da4c.
* gnu/packages/librewolf.scm (firefox-l10n): Update to
da03d1507bcec6952b788a21f3cfa95673b1da4c.
Change-Id: I5a0a62e39bda0a214f6915aef6a730438e596570
---
gnu/packages/librewolf.scm | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm
index baa1d97f4f..29f6c58e4b 100644
--- a/gnu/packages/librewolf.scm
+++ b/gnu/packages/librewolf.scm
@@ -116,14 +116,22 @@
(define computed-origin-method (@@ (guix packages) computed-origin-method))
(define firefox-l10n
- (let ((commit "fa4b12c075b42be6652237119d74346d377d2ae4"))
+ ;; Match this commit to the upstream tarball. The hash is in
+ ;; firefox-NNN.0/browser/locales/l10n-changesets.json
+ ;; The hash repeasts for every language, but should be the same for
+ ;; everything.
+ ;;
+ ;; ex:
+ ;; tar xf /gnu/store/...-firefox-123.4.source.tar.xz -O \
+ ;; firefox-123.4/browser/locales/l10n-changesets.json | grep revision
+ (let ((commit "da03d1507bcec6952b788a21f3cfa95673b1da4c"))
(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
"1v09j9685cpwqk532yp00lsic0xakjsfafn82kilzl5s0v2a3g8w")))))
+ (sha256 (base32
"1a37lzsl9pjhj436y0d630z5yxml395jqimfyag61z3gf9si2fyv")))))
(define* (make-librewolf-source #:key version firefox-hash librewolf-hash l10n)
(let* ((ff-src (firefox-source-origin