diff options
author | Tomas Volf <~@wolfsden.cz> | 2024-06-25 23:43:41 +0200 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-06-26 14:54:08 -0400 |
commit | 35cba956ad146ac3117bba1fb0eb740228f86869 (patch) | |
tree | 3a5a255fa5a5c74901e06ca4112e343626be1a00 /nongnu/packages | |
parent | 877ed8cc4eee26ddde3d7d200c19c370c6bf7cb1 (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>
Diffstat (limited to 'nongnu/packages')
-rw-r--r-- | nongnu/packages/mozilla.scm | 6 |
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) |