gnu: firefox-l10n: Update to 11220b79b5f69e3004bf51829ae432c2c617107e.

* gnu/packages/librewolf.scm (firefox-l10n): Update to 11220b79b5f69e3004bf51829ae432c2c617107e.

Change-Id: Ia031db20a3bfabfe1569e07566d7701a814e0f2d
This commit is contained in:
Ian Eure 2025-04-20 17:18:50 -07:00
parent 0c070aefa0
commit e7ab75efee
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 "24e2602d2221646fbbe92e908bed0d605acd2e8a"))
(let ((commit "11220b79b5f69e3004bf51829ae432c2c617107e"))
(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 "1xnldwgldls07m5hmm9wnln6g2vcar5w4k4918qkmakldaw6ang0")))))
(sha256 (base32 "0zryicbw498xz3y51bx4ysk70mppyjbcza0v104nhlmvyxynmfqy")))))
(define* (make-librewolf-source #:key version firefox-hash librewolf-hash l10n)
(let* ((ff-src (firefox-source-origin