mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: firefox-l10n: Update to 0349e18db25a701938d83c61fa90f6074ae9df01.
* gnu/packages/librewolf.scm (firefox-l10n): Update to 0349e18db25a701938d83c61fa90f6074ae9df01. Change-Id: I3d9cb058aab931b799e72920ef713b217beefc43
This commit is contained in:
parent
a57c4bde89
commit
c748f196f8
1 changed files with 2 additions and 2 deletions
|
@ -116,14 +116,14 @@
|
||||||
(define computed-origin-method (@@ (guix packages) computed-origin-method))
|
(define computed-origin-method (@@ (guix packages) computed-origin-method))
|
||||||
|
|
||||||
(define firefox-l10n
|
(define firefox-l10n
|
||||||
(let ((commit "2962877b9abd5bfa1e24e5bbc1e16e47e12d6760"))
|
(let ((commit "0349e18db25a701938d83c61fa90f6074ae9df01"))
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/mozilla-l10n/firefox-l10n.git")
|
(url "https://github.com/mozilla-l10n/firefox-l10n.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name "firefox-l10n" 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)
|
(define* (make-librewolf-source #:key version firefox-hash librewolf-hash l10n)
|
||||||
(let* ((ff-src (firefox-source-origin
|
(let* ((ff-src (firefox-source-origin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue