diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index 71a8624..a2600f3 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -100,19 +100,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 "20240708134620") +(define %firefox-esr-build-id "20240805130522") (define-public firefox-esr (package (name "firefox-esr") - (version "128.0esr") + (version "128.1.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 "0z399hi9ziiafhfxjmc2w5cvd4lk0slyr4b8frkhcq7qpb7pvfn5")))) + (base32 "1dfr3z4qmf855ikvc7b09xhimn2sf48hl140dny2lqlmlcibdnnc")))) (build-system gnu-build-system) (arguments (list