summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnuzilla.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index fa18f2927c8..7d6ed6b11a4 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1139,11 +1139,11 @@ standards of the IceCat project.")
1139 (cpe-version . ,(first (string-split version #\-))))))) 1139 (cpe-version . ,(first (string-split version #\-)))))))
1140 1140
1141;; Update this together with icecat! 1141;; Update this together with icecat!
1142(define %icedove-build-id "20200726000000") ;must be of the form YYYYMMDDhhmmss 1142(define %icedove-build-id "20200825000000") ;must be of the form YYYYMMDDhhmmss
1143(define-public icedove 1143(define-public icedove
1144 (package 1144 (package
1145 (name "icedove") 1145 (name "icedove")
1146 (version "68.11.0") 1146 (version "68.12.0")
1147 (source icecat-source) 1147 (source icecat-source)
1148 (properties 1148 (properties
1149 `((cpe-name . "thunderbird_esr"))) 1149 `((cpe-name . "thunderbird_esr")))
@@ -1429,7 +1429,7 @@ standards of the IceCat project.")
1429 ;; in the Thunderbird release tarball. We don't use the release 1429 ;; in the Thunderbird release tarball. We don't use the release
1430 ;; tarball because it duplicates the Icecat sources and only adds the 1430 ;; tarball because it duplicates the Icecat sources and only adds the
1431 ;; "comm" directory, which is provided by this repository. 1431 ;; "comm" directory, which is provided by this repository.
1432 ,(let ((changeset "a247645d951bcedb356a0d9f273e878a7d4d2180")) 1432 ,(let ((changeset "b41cdff70b185358d9c4c1d4a36cfad15a24f001"))
1433 (origin 1433 (origin
1434 (method hg-fetch) 1434 (method hg-fetch)
1435 (uri (hg-reference 1435 (uri (hg-reference
@@ -1438,7 +1438,7 @@ standards of the IceCat project.")
1438 (file-name (string-append "thunderbird-" version "-checkout")) 1438 (file-name (string-append "thunderbird-" version "-checkout"))
1439 (sha256 1439 (sha256
1440 (base32 1440 (base32
1441 "0nf7ic1sw7yawnwrxwm3b4yl2cn4hp8szzh0xd462s1hjm59ksjl"))))) 1441 "1xvky8p5r41mxdyg9amydy94p51wmmdwdz0zq2vzspr9viixf7xm")))))
1442 ("autoconf" ,autoconf-2.13) 1442 ("autoconf" ,autoconf-2.13)
1443 ("cargo" ,rust "cargo") 1443 ("cargo" ,rust "cargo")
1444 ("clang" ,clang) 1444 ("clang" ,clang)