summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2021-06-23 19:03:47 +0200
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2021-06-23 19:03:47 +0200
commit13ac42bc96e1528d72bd8dd8ff1f2226030848db (patch)
treedc0ba8bba0069f11ba21388c8f9439a1286aa849
parentc5fed11e7df221cad1045fc193b4136b34e23451 (diff)
nongnu: firefox: Update to 89.0.2.
* nongnu/packages/mozilla.scm (firefox): Update to 89.0.2.
-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 d7640eb..57eec2f 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -83,19 +83,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 "20210617000000")
+(define %firefox-build-id "20210623000000")
(define-public firefox
(package
(name "firefox")
- (version "89.0.1")
+ (version "89.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 "0720j212a32kx2gr3636h70khhh7qihxalpp0siz66md1yvz041i"))))
+ (base32 "152lmhh6ayvbxg6ml81qbiv0rswx6ln1mxqnmm9dysz3qn1za99j"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags