gnu: firefox-l10n: Update to 3657ec7a1e4f01ceb1033b1a015a0160b85e7f83.

* gnu/packages/librewolf.scm (firefox-l10n): Update to 3657ec7a1e4f01ceb1033b1a015a0160b85e7f83.

Change-Id: If38b51458afd3fdf3b3e5798783c243e2fd8e477
This commit is contained in:
Ian Eure 2025-06-28 10:21:20 -07:00
parent 26a8b63ec3
commit 3812305464
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -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