From 25c3534f54f75a178ab1ab9e64b423c34bbeb542 Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Sun, 18 Aug 2024 13:16:30 +0200 Subject: gnu: icedove. Update to 115.14.0. * gnu/packages/gnuzilla.scm (%icedove-version): Update to 115.14.0. Change-Id: I7564b525059f6c26beeee4bf9514fa38cc2aaa58 --- gnu/packages/gnuzilla.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 823ab2758b..7228667be7 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -1159,8 +1159,8 @@ testing.") "ru" "sc" "sco" "si" "sk" "sl" "son" "sq" "sr" "sv-SE" "szl" "ta" "te" "tg" "th" "tl" "tr" "trs" "uk" "ur" "uz" "vi" "xh" "zh-CN" "zh-TW")) -(define %icedove-build-id "20240418000000") ;must be of the form YYYYMMDDhhmmss -(define %icedove-version "115.10.1") +(define %icedove-build-id "20240807000000") ;must be of the form YYYYMMDDhhmmss +(define %icedove-version "115.14.0") ;; Provides the "comm" folder which is inserted into the icecat source. ;; Avoids the duplication of Icecat's source tarball. @@ -1169,11 +1169,11 @@ testing.") (method hg-fetch) (uri (hg-reference (url "https://hg.mozilla.org/releases/comm-esr115") - (changeset "24e9961527d4cbb7f3f92687c40ee2fa96fb44cb"))) + (changeset "99f915f469c83ab9f535e41cce590e44f6ccfa46"))) (file-name (string-append "thunderbird-" %icedove-version "-checkout")) (sha256 (base32 - "06z4x0nnl277wnj6rk7y8dfhc4gd3d8y1x34nw321ysy8sah8i9f")))) + "0w6ckv6d95f4ildfbwv343zpgl3j4gnramc0vnjc1l3k72pcbjn2")))) (define (comm-source->locales+changeset source) "Given SOURCE, a checkout of the Thunderbird 'comm' component, return the @@ -1203,7 +1203,7 @@ list of languages supported as well as the currently used changeset." ".strings_all.tar.zst")) (sha256 (base32 - "1d7r1kmw0j0b07rg7lq2m3lp2ixfcavqp19g06glxdgf7kjymr84")))) + "0ymnxsdlnh56bjishs1i35yq96qng1apsp5yjgn9cvvmr7mr926b")))) (define icedove-source (let ((name (string-append "icedove-" %icedove-version))) -- cgit v1.2.3