mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: firefox-l10n: Update to da03d1507bcec6952b788a21f3cfa95673b1da4c.
* gnu/packages/librewolf.scm (firefox-l10n): Update to da03d1507bcec6952b788a21f3cfa95673b1da4c. Change-Id: I5a0a62e39bda0a214f6915aef6a730438e596570
This commit is contained in:
parent
7fec4d42e5
commit
679e30988b
1 changed files with 10 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue