mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: firefox-l10n: Update to 3657ec7a1e4f01ceb1033b1a015a0160b85e7f83.
* gnu/packages/librewolf.scm (firefox-l10n): Update to 3657ec7a1e4f01ceb1033b1a015a0160b85e7f83. Change-Id: If38b51458afd3fdf3b3e5798783c243e2fd8e477
This commit is contained in:
parent
26a8b63ec3
commit
3812305464
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue