diff options
Diffstat (limited to 'nongnu/packages/mozilla.scm')
-rw-r--r-- | nongnu/packages/mozilla.scm | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index d8deb82..9193d5d 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -87,26 +87,27 @@ ;; 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 "20250623124138") +(define %firefox-esr-build-id "20250623125548") (define-public firefox-esr (package (name "firefox-esr") - (version "128.12.0esr") + (version "140.0esr") (source (origin (method url-fetch) (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" version "/source/firefox-" version ".source.tar.xz")) (sha256 - (base32 "0gwpkpl053jv8j7bl8cjdqngxfj5wbj2mm48rqzws5nbqs3fpv9b")) + (base32 "0gz9z6lh2iz0mpfa0cqlz86dpxhn235lhvh4kg5ka9g7i8x2i9x1")) (patches (map (lambda (patch) (search-path (map (cut string-append <> "/nongnu/packages/patches") %load-path) patch)) - '("firefox-esr-compare-paths.patch" + '("firefox-restore-desktop-files.patch" + "firefox-ge-138-compare-paths.patch" "firefox-esr-use-system-wide-dir.patch" "firefox-esr-add-store-to-rdd-allowlist.patch"))) ;; XXX: 75 Mo (800+ Mo uncompressed) of unused tests. @@ -462,7 +463,7 @@ gtk+ gtk+-2 hunspell - icu4c + icu4c-76 jemalloc libcanberra libevent @@ -510,7 +511,7 @@ pkg-config python rust-firefox-esr - rust-cbindgen-0.26 + rust-cbindgen-0.28 which yasm)) (native-search-paths @@ -574,13 +575,9 @@ Release (ESR) version.") (if (string=? old-content (pk (call-with-input-file file get-string-all))) (error "substitute did nothing, phase requires an update"))))))))) - (inputs - (modify-inputs (package-inputs firefox-esr) - (replace "icu4c" icu4c-76))) (native-inputs (modify-inputs (package-native-inputs firefox-esr) (replace "rust" rust-firefox) - (replace "rust-cbindgen" rust-cbindgen-0.28) (replace "rust:cargo" `(,rust-firefox "cargo")))) (description "Full-featured browser client built from Firefox source tree, without |