summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2024-11-29 19:46:06 +0100
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2024-11-29 19:46:06 +0100
commit91c0fed80dde905cccac068cdf4ce77b71904e02 (patch)
tree365c70cdbdb7758fa5062f71935bf45d957cb725
parent6e864249c2025863e18e42587cb42764a99bec27 (diff)
nongnu: firefox-esr: Update to 128.5.1esr.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 128.5.1esr.
-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 656bf7b..8dae106 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -86,19 +86,19 @@
;; 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-esr-build-id "20241125134834")
+(define %firefox-esr-build-id "20241129000000")
(define-public firefox-esr
(package
(name "firefox-esr")
- (version "128.5.0esr")
+ (version "128.5.1esr")
(source
(origin
(method url-fetch)
(uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
version "/source/firefox-" version ".source.tar.xz"))
(sha256
- (base32 "1f7cgw299yd0ahqijhhaarad9j85wdw92anx3qscrzaa65l8kl8b"))))
+ (base32 "1awl0yhcv693q23p6zw9rw40gicpp6pakbx616qsl5w85d2arijz"))))
(build-system gnu-build-system)
(arguments
(list