summaryrefslogtreecommitdiff
path: root/nongnu/packages/mozilla.scm
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2025-04-08 20:36:14 +0200
committerHilton Chain <hako@ultrarare.space>2025-04-10 20:17:59 +0800
commitb4eac4c4f453565051318bdf00d05494e336a74b (patch)
tree6f679e7b9e3db04e0a3457e07ede3a309a277cae /nongnu/packages/mozilla.scm
parentd18387f467ec86b5f0df408c60d7605bb4d96e51 (diff)
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>
Diffstat (limited to 'nongnu/packages/mozilla.scm')
-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 4656d28..6667580 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -519,13 +519,13 @@ Release (ESR) version.")
;; Update this id with every firefox update to its release date.
;; 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
(package
(inherit firefox-esr)
(name "firefox")
- (version "137.0")
+ (version "137.0.1")
(source
(origin
(method url-fetch)
@@ -541,7 +541,7 @@ Release (ESR) version.")
"firefox-esr-compare-paths.patch"
"firefox-use-system-wide-dir.patch")))
(sha256
- (base32 "07d9rdxmp48gbk41y1c6gggzziv9aqdhjwgi6c0hrf6chcppxi0y"))))
+ (base32 "1r0b5vfhqkw5vgf7bb0ylcw4vlg9mpfj96n8whfppj8r5rhah788"))))
(arguments
(substitute-keyword-arguments (package-arguments firefox-esr)
((#:phases phases)