nongnu: firefox: Update to 133.0.3.

* nongnu/packages/mozilla.scm (firefox): Update to 133.0.3.
This commit is contained in:
Tomas Volf 2024-12-10 16:58:09 +01:00 committed by Hilton Chain
parent faeed8a6a4
commit 5a7e61a0a5
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -528,13 +528,13 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
;; Update this id with every firefox update to its release date. ;; Update this id with every firefox update to its release date.
;; It's used for cache validation and therefore can lead to strange bugs. ;; It's used for cache validation and therefore can lead to strange bugs.
(define %firefox-build-id "20241126000000") (define %firefox-build-id "20241209214051")
(define-public firefox (define-public firefox
(package (package
(inherit firefox-esr) (inherit firefox-esr)
(name "firefox") (name "firefox")
(version "133.0") (version "133.0.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -546,7 +546,7 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
%load-path) %load-path)
"firefox-restore-desktop-files.patch"))) "firefox-restore-desktop-files.patch")))
(sha256 (sha256
(base32 "0q6cqfnwc2x09frdvsndmhck8ixrnbl281j9rqw5w8bd7fd2qas9")))) (base32 "06ya18ma1gndci0aygz75hidn3kwa1kji78g8smh7fq0091aad7i"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments firefox-esr) (substitute-keyword-arguments (package-arguments firefox-esr)
((#:phases phases) ((#:phases phases)