This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 72a4871432 gnu: icedove: Update to 140.8.0.
72a4871432 is described below

commit 72a48714320f9d079d72fcb91fa9985486f52236
Author: Josselin Poiret <[email protected]>
AuthorDate: Wed Feb 25 16:04:01 2026 +0100

    gnu: icedove: Update to 140.8.0.
    
    * gnu/packages/gnuzilla.scm (%icedove-build-id, %icedove-version,
    thunderbird-comm-source): Update to 140.8.0.
    
    Change-Id: I22f4dd003b50bd908e51c407bc9f22fcfd3b1a59
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/gnuzilla.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 626f19ab19..4a05e9ced1 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1248,10 +1248,10 @@ testing.")
        (cpe-name . "firefox_esr")
        (cpe-version . ,(first (string-split version #\-)))))))
 
-(define %icedove-build-id "20251112000000") ;must be of the form YYYYMMDDhhmmss
+(define %icedove-build-id "20260224000000") ;must be of the form YYYYMMDDhhmmss
 ;;; See <https://product-details.mozilla.org/1.0/thunderbird_versions.json>
 ;;; for the source of truth regarding Thunderbird releases.
-(define %icedove-version "140.5.0")
+(define %icedove-version "140.8.0")
 
 ;; Provides the "comm" folder which is inserted into the icecat source.
 ;; Avoids the duplication of Icecat's source tarball.  Pick the changeset that
@@ -1261,11 +1261,11 @@ testing.")
     (method hg-fetch)
     (uri (hg-reference
           (url "https://hg.mozilla.org/releases/comm-esr140";)
-          (changeset "6a3011b7161c6f3a36d5116f2608d51b19fb4d58")))
+          (changeset "aa377fbf351e6b10b053e6afa421755c82d5fcf7")))
     (file-name (string-append "thunderbird-" %icedove-version "-checkout"))
     (sha256
      (base32
-      "0n94yznvvha12xri2m9p0jqd7hwcb8s7lgakfhvz3brp3ivqphn3"))
+      "0595jg1qbwclzi9qssljqkisrm2dn99rzxzaz2mcfi7b1kvbfaki"))
     (patches (search-patches "icedove-observer-fix.patch"))))
 
 ;;; To regenerate, see the `format-locales' helper defined above.

Reply via email to