summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2024-06-25 23:43:41 +0200
committerJohn Kehayias <john.kehayias@protonmail.com>2024-06-26 14:54:08 -0400
commit35cba956ad146ac3117bba1fb0eb740228f86869 (patch)
tree3a5a255fa5a5c74901e06ca4112e343626be1a00
parent877ed8cc4eee26ddde3d7d200c19c370c6bf7cb1 (diff)
nongnu: firefox: Update to 127.0.2.
* nongnu/packages/mozilla.scm (firefox): Update to 127.0.2. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
-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 ff72632..d2088b7 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -546,20 +546,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 "20240618185344")
+(define %firefox-build-id "20240625000618")
(define-public firefox
(package
(inherit firefox-esr)
(name "firefox")
- (version "127.0.1")
+ (version "127.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 "18zayk3yp6zwl5hjcygy9lr1byg1y1lvcqnslzymv5p6dws3zqgq"))))
+ (base32 "1s73fdp7k60058ylyvlixq13k5hfbmj6k1y42fmzqlpg7n62lyqb"))))
(arguments
(substitute-keyword-arguments (package-arguments firefox-esr)
((#:phases phases)