summaryrefslogtreecommitdiff
path: root/nongnu/packages
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2023-11-07 21:27:20 +0100
committerJohn Kehayias <john.kehayias@protonmail.com>2023-11-11 18:50:00 -0500
commita82a68b07546d480701993560bbb4729386e772d (patch)
tree51d5dd1fc7051a7c058e73a1b1c83e9b80625099 /nongnu/packages
parentf38e5166237043eb21f5e5d57d9964437f2b3bc2 (diff)
nongnu: firefox: Update to 119.0.1.
* nongnu/packages/mozilla.scm (firefox): Update to 119.0.1. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Diffstat (limited to 'nongnu/packages')
-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 5925306..2a0502a 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -532,20 +532,20 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
;; 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 "20231023133125")
+(define %firefox-build-id "20231106222410")
(define-public firefox
(package
(inherit firefox-esr)
(name "firefox")
- (version "119.0")
+ (version "119.0.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
version "/source/firefox-" version ".source.tar.xz"))
(sha256
- (base32 "1p9rpscy0zpnlq1014jywqbhak52743q023577hldwj88lcl8gpn"))))
+ (base32 "0w3zn35s4lak884f8xvy3fwyfxx127sifxm1x5kp9sb0n3547k28"))))
(arguments
(substitute-keyword-arguments (package-arguments firefox-esr)
((#:phases phases)