diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index 9ab8bad..85040f0 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -18,7 +18,7 @@ ;;; Copyright © 2020 Zhu Zihao ;;; Copyright © 2021 pineapples ;;; Copyright © 2021 Brice Waegeneire -;;; Copyright © 2021, 2022 John Kehayias +;;; Copyright © 2021, 2022, 2023 John Kehayias ;;; Copyright © 2022 Pierre Langlois (define-module (nongnu packages mozilla) @@ -650,20 +650,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 "20230105000000") +(define %firefox-build-id "20230117000000") (define-public firefox (package (inherit firefox-esr) (name "firefox") - (version "108.0.2") + (version "109.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 "00539ij5v0448l9nxsfcvfr9xj9nmn46hwyxr57llsfhgarddrj2")))) + (base32 "0lcklrv619b3kda8xh52bqggib1nn8jkm4phhpxr4n9bawxs0y06")))) (arguments (substitute-keyword-arguments (package-arguments firefox-esr) ((#:phases phases)