summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2025-05-13 20:58:21 +0200
committerHilton Chain <hako@ultrarare.space>2025-05-14 15:51:01 +0800
commitd49157010b581c1d79d9326cd1649f9e0022f66f (patch)
tree472d207200df90d21d8692b6ca81e61ab28b1f65
parentb160edcf86adba67e6a2ae447e24c23c699e4da3 (diff)
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>
-rw-r--r--nongnu/packages/mozilla.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm
index 1a4c249..8a3a85e 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -524,13 +524,13 @@ Release (ESR) version.")
524 524
525;; Update this id with every firefox update to its release date. 525;; Update this id with every firefox update to its release date.
526;; It's used for cache validation and therefore can lead to strange bugs. 526;; It's used for cache validation and therefore can lead to strange bugs.
527(define %firefox-build-id "20250428114547") 527(define %firefox-build-id "20250512230011")
528 528
529(define-public firefox 529(define-public firefox
530 (package 530 (package
531 (inherit firefox-esr) 531 (inherit firefox-esr)
532 (name "firefox") 532 (name "firefox")
533 (version "138.0") 533 (version "138.0.3")
534 (source 534 (source
535 (origin 535 (origin
536 (method url-fetch) 536 (method url-fetch)
@@ -546,7 +546,7 @@ Release (ESR) version.")
546 "firefox-ge-138-compare-paths.patch" 546 "firefox-ge-138-compare-paths.patch"
547 "firefox-use-system-wide-dir.patch"))) 547 "firefox-use-system-wide-dir.patch")))
548 (sha256 548 (sha256
549 (base32 "08wvy530pqscldi6afw05klgw60bsk2am8fw51i4a6wcx1z3sqh4")))) 549 (base32 "1r0kam26cz5rz39n6zcc2hrbav6dxlfrsa0qhhfjlnv33ns3lzx2"))))
550 (arguments 550 (arguments
551 (substitute-keyword-arguments (package-arguments firefox-esr) 551 (substitute-keyword-arguments (package-arguments firefox-esr)
552 ((#:phases phases) 552 ((#:phases phases)