diff options
| author | Tomas Volf <~@wolfsden.cz> | 2025-09-30 23:41:00 +0200 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2025-10-03 18:28:42 -0400 |
| commit | d53fb475481094d374c93046ffd86bfcc6993a88 (patch) | |
| tree | 57e49bbf7d24d94baf93cca97254ed8a08f15715 /nongnu/packages/mozilla.scm | |
| parent | 8ccfb0f00995c1809d846a42ebed95ee4f5593eb (diff) | |
nongnu: firefox-esr: Update to 140.3.1esr.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 140.3.1esr.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Diffstat (limited to 'nongnu/packages/mozilla.scm')
| -rw-r--r-- | nongnu/packages/mozilla.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index ee9283a..4ff5284 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -87,19 +87,19 @@ ;; Update this id with every firefox update to its release date. ;; It's used for cache validation and therefore can lead to strange bugs. -(define %firefox-esr-build-id "20250915124517") +(define %firefox-esr-build-id "20250923121713") (define-public firefox-esr (package (name "firefox-esr") - (version "140.3.0esr") + (version "140.3.1esr") (source (origin (method url-fetch) (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" version "/source/firefox-" version ".source.tar.xz")) (sha256 - (base32 "05i3czn3v2qnhir8apcphbqy7rmy1dn7kcwx5yyi2qvmjcyfpipg")) + (base32 "0db7qgcvw4knl6qbkn0a52vh2pcghcw4s2djdvcna1zlqjhv6hqb")) (patches (map (lambda (patch) (search-path |
