~ruther/guix-local

e2294916c84af36672a8817523630e249020b555 — Ian Eure 8 months ago 7c7bc37
gnu: firefox-l10n: Update to 0349e18db25a701938d83c61fa90f6074ae9df01.

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

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

M gnu/packages/librewolf.scm
M gnu/packages/librewolf.scm => gnu/packages/librewolf.scm +2 -2
@@ 116,14 116,14 @@
(define computed-origin-method (@@ (guix packages) computed-origin-method))

(define firefox-l10n
  (let ((commit "2962877b9abd5bfa1e24e5bbc1e16e47e12d6760"))
  (let ((commit "0349e18db25a701938d83c61fa90f6074ae9df01"))
    (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 "1gaxbjjm0d4k4wgl64mwcxy2hx1vdq1dbmvjacg2fqxpnb62481x")))))
      (sha256 (base32 "0lqpmfgkfwjz5n45qifc0v1cxk5qw8ldyi6423m591l7z4n4rjdg")))))

(define* (make-librewolf-source #:key version firefox-hash librewolf-hash l10n)
  (let* ((ff-src (firefox-source-origin