diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index 093d8c2..e1d3a21 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -75,7 +75,7 @@ ;; https://searchfox.org under the particular firefox release, like ;; mozilla-esr102. (define-public rust-firefox-esr rust) ; 1.60 is the default in Guix -(define-public rust-firefox (@@ (gnu packages rust) rust-1.65)) ; 1.63 is also listed, but 1.61 is the minimum needed +(define-public rust-firefox rust) ; 1.65 is the minimum (define icu4c-72 (package @@ -512,20 +512,20 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n" ;; Update this id with every firefox update to it's release date. ;; It's used for cache validation and therefor can lead to strange bugs. -(define %firefox-build-id "20230425000000") +(define %firefox-build-id "20230509000000") (define-public firefox (package (inherit firefox-esr) (name "firefox") - (version "112.0.2") + (version "113.0") (source (origin (method url-fetch) (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" version "/source/firefox-" version ".source.tar.xz")) (sha256 - (base32 "0blrcnak6gk8m05yah5mxq336rdbr7k50vi98mncmcc27fd83976")))) + (base32 "09r60z34clfidx7nmgsckww262n8l1z50lrlkc3n634xrd2609ks")))) (arguments (substitute-keyword-arguments (package-arguments firefox-esr) ((#:phases phases)