~ruther/guix-local

679e30988b946454997aff70120b572187bb48a1 — Ian Eure 3 months ago 7fec4d4
gnu: firefox-l10n: Update to da03d1507bcec6952b788a21f3cfa95673b1da4c.

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

Change-Id: I5a0a62e39bda0a214f6915aef6a730438e596570
1 files changed, 10 insertions(+), 2 deletions(-)

M gnu/packages/librewolf.scm
M gnu/packages/librewolf.scm => gnu/packages/librewolf.scm +10 -2
@@ 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