summaryrefslogtreecommitdiff
path: root/nongnu
diff options
context:
space:
mode:
Diffstat (limited to 'nongnu')
-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 439697a..2eaa711 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -88,19 +88,19 @@
88 88
89;; Update this id with every firefox update to its release date. 89;; Update this id with every firefox update to its release date.
90;; It's used for cache validation and therefore can lead to strange bugs. 90;; It's used for cache validation and therefore can lead to strange bugs.
91(define %firefox-esr-build-id "20260615135810") 91(define %firefox-esr-build-id "20260720102539")
92 92
93(define-public firefox-esr 93(define-public firefox-esr
94 (package 94 (package
95 (name "firefox-esr") 95 (name "firefox-esr")
96 (version "140.12.0esr") 96 (version "140.13.0esr")
97 (source 97 (source
98 (origin 98 (origin
99 (method url-fetch) 99 (method url-fetch)
100 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" 100 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
101 version "/source/firefox-" version ".source.tar.xz")) 101 version "/source/firefox-" version ".source.tar.xz"))
102 (sha256 102 (sha256
103 (base32 "0qnfmkasmnjkk2hia95h3i3qr34mbm4fys495cqb8lhi0bvbkpw5")) 103 (base32 "00adf648nrhzngb4ssx31l17bh4zym491mx7b8ca3g9ajk39sfzm"))
104 (patches 104 (patches
105 (nongnu-patches 105 (nongnu-patches
106 "firefox-restore-desktop-files.patch" 106 "firefox-restore-desktop-files.patch"