diff options
| author | Ian Eure <ian@retrospec.tv> | 2026-07-08 11:40:51 -0700 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2026-07-10 22:05:30 -0700 |
| commit | 350084736e2f5414c81de3d9c7a43412a7df4ea4 (patch) | |
| tree | e5aa7d837d9f831bf02bf2b2c9adfddb0e813771 /gnu | |
| parent | 2dc8e09ded11b62937a46da89a3aee69d59381cc (diff) | |
gnu: firefox-l10n: Update to 6ee6f5c40c1c46d85d49da26ecb5e42ba1167650.
* gnu/packages/librewolf.scm (firefox-l10n): Update to 6ee6f5c40c1c46d85d49da26ecb5e42ba1167650.
Change-Id: Id1873e9d255c3fb9cbf6a37c3664630c0aa41454
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/librewolf.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm index f7e357022a2..39229f224e6 100644 --- a/gnu/packages/librewolf.scm +++ b/gnu/packages/librewolf.scm | |||
| @@ -126,14 +126,14 @@ | |||
| 126 | ;; tar xf /gnu/store/...-firefox-123.4.source.tar.xz --wildcards -O \ | 126 | ;; tar xf /gnu/store/...-firefox-123.4.source.tar.xz --wildcards -O \ |
| 127 | ;; firefox-*/browser/locales/l10n-changesets.json \ | 127 | ;; firefox-*/browser/locales/l10n-changesets.json \ |
| 128 | ;; | grep revision | sort | uniq | 128 | ;; | grep revision | sort | uniq |
| 129 | (let ((commit "3a21e0c6121d869025be23c7aa9da8498354852f")) | 129 | (let ((commit "6ee6f5c40c1c46d85d49da26ecb5e42ba1167650")) |
| 130 | (origin | 130 | (origin |
| 131 | (method git-fetch) | 131 | (method git-fetch) |
| 132 | (uri (git-reference | 132 | (uri (git-reference |
| 133 | (url "https://github.com/mozilla-l10n/firefox-l10n.git") | 133 | (url "https://github.com/mozilla-l10n/firefox-l10n.git") |
| 134 | (commit commit))) | 134 | (commit commit))) |
| 135 | (file-name (git-file-name "firefox-l10n" commit)) | 135 | (file-name (git-file-name "firefox-l10n" commit)) |
| 136 | (sha256 (base32 "0z5laax1nv3xzl6kqc94w5drddjbcg8z06w01r7w2fzxh2b008n7"))))) | 136 | (sha256 (base32 "1fz55mfa8b8jbmw61g0zy13y9y1lmpr8mkl7c9cahfxdb5sd0nd9"))))) |
| 137 | 137 | ||
| 138 | (define* (make-librewolf-source #:key version firefox-hash librewolf-hash l10n) | 138 | (define* (make-librewolf-source #:key version firefox-hash librewolf-hash l10n) |
| 139 | (let* ((ff-src (firefox-source-origin | 139 | (let* ((ff-src (firefox-source-origin |
| @@ -245,7 +245,7 @@ | |||
| 245 | ;; It's used for cache validation and therefore can lead to strange bugs. | 245 | ;; It's used for cache validation and therefore can lead to strange bugs. |
| 246 | ;; ex: date '+%Y%m%d%H%M%S' | 246 | ;; ex: date '+%Y%m%d%H%M%S' |
| 247 | ;; or: (format-time-string "%Y%m%d%H%M%S") | 247 | ;; or: (format-time-string "%Y%m%d%H%M%S") |
| 248 | (define %librewolf-build-id "20260630184620") | 248 | (define %librewolf-build-id "20260708110240") |
| 249 | 249 | ||
| 250 | (define-public librewolf | 250 | (define-public librewolf |
| 251 | (package | 251 | (package |
| @@ -254,8 +254,8 @@ | |||
| 254 | (source | 254 | (source |
| 255 | (make-librewolf-source | 255 | (make-librewolf-source |
| 256 | #:version version | 256 | #:version version |
| 257 | #:firefox-hash "1fqna8xych2pslv9w73dsiv6bm02i7a8az9h4wx3b9fd08i9i2gx" | 257 | #:firefox-hash "095j5jnv15qh4iqcvzz4nj290wp6y48zwr8n0z239266baq420qa" |
| 258 | #:librewolf-hash "01llbmc5nh1pfa4fyvpkzg27f18yrv8ny8c6yc9fqscqkjazgcmi" | 258 | #:librewolf-hash "11llbmc5nh1pfa4fyvpkzg27f18yrv8ny8c6yc9fqscqkjazgcmi" |
| 259 | #:l10n firefox-l10n)) | 259 | #:l10n firefox-l10n)) |
| 260 | (build-system gnu-build-system) | 260 | (build-system gnu-build-system) |
| 261 | (arguments | 261 | (arguments |
