From 3970835794f4b95604e9e60c39cf90fdad3c3278 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Sat, 20 Nov 2021 17:34:32 -0500 Subject: nongnu: firefox: Update to 94.0.2. * nongnu/packages/mozilla.scm (firefox): Update to 94.0.2. Signed-off-by: Jonathan Brielmaier --- nongnu/packages/mozilla.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index 3a4ee12..f92cc97 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -19,6 +19,7 @@ ;;; Copyright © 2020 Zhu Zihao ;;; Copyright © 2021 pineapples ;;; Copyright © 2021 Brice Waegeneire +;;; Copyright © 2021 John Kehayias ;;; ;;; This file is not part of GNU Guix. ;;; @@ -83,19 +84,19 @@ ;; Update this id with every firefox update to it's release date. ;; It's used for cache validation and therefor can lead to strange bugs. -(define %firefox-build-id "20211017000000") +(define %firefox-build-id "20211120000000") (define-public firefox (package (name "firefox") - (version "93.0") + (version "94.0.2") (source (origin (method url-fetch) (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" version "/source/firefox-" version ".source.tar.xz")) (sha256 - (base32 "00kiz6hnwmz659cqndpalxhyj4jajd03b7r9hi5jig29b07hi3x7")))) + (base32 "0xg596bd6lynycag6f03h4y7hpc49hzsb33y7mwk942l0v4a36w9")))) (build-system gnu-build-system) (arguments `(#:configure-flags -- cgit v1.2.3