nongnu: firefox: Update to 138.0.3.

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

Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Tomas Volf 2025-05-13 20:58:21 +02:00 committed by Hilton Chain
parent b160edcf86
commit d49157010b
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -524,13 +524,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 "20250428114547") (define %firefox-build-id "20250512230011")
(define-public firefox (define-public firefox
(package (package
(inherit firefox-esr) (inherit firefox-esr)
(name "firefox") (name "firefox")
(version "138.0") (version "138.0.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -546,7 +546,7 @@ Release (ESR) version.")
"firefox-ge-138-compare-paths.patch" "firefox-ge-138-compare-paths.patch"
"firefox-use-system-wide-dir.patch"))) "firefox-use-system-wide-dir.patch")))
(sha256 (sha256
(base32 "08wvy530pqscldi6afw05klgw60bsk2am8fw51i4a6wcx1z3sqh4")))) (base32 "1r0kam26cz5rz39n6zcc2hrbav6dxlfrsa0qhhfjlnv33ns3lzx2"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments firefox-esr) (substitute-keyword-arguments (package-arguments firefox-esr)
((#:phases phases) ((#:phases phases)