nongnu: firefox: Update to 137.0.1.

* nongnu/packages/mozilla.scm (firefox): Update to 137.0.1.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Tomas Volf 2025-04-08 20:36:14 +02:00 committed by Hilton Chain
parent d18387f467
commit b4eac4c4f4
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -519,13 +519,13 @@ Release (ESR) version.")
;; 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 "20250331082115") (define %firefox-build-id "20250407191524")
(define-public firefox (define-public firefox
(package (package
(inherit firefox-esr) (inherit firefox-esr)
(name "firefox") (name "firefox")
(version "137.0") (version "137.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -541,7 +541,7 @@ Release (ESR) version.")
"firefox-esr-compare-paths.patch" "firefox-esr-compare-paths.patch"
"firefox-use-system-wide-dir.patch"))) "firefox-use-system-wide-dir.patch")))
(sha256 (sha256
(base32 "07d9rdxmp48gbk41y1c6gggzziv9aqdhjwgi6c0hrf6chcppxi0y")))) (base32 "1r0b5vfhqkw5vgf7bb0ylcw4vlg9mpfj96n8whfppj8r5rhah788"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments firefox-esr) (substitute-keyword-arguments (package-arguments firefox-esr)
((#:phases phases) ((#:phases phases)