guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: icedove: Update to 102.4.1.


From: guix-commits
Subject: branch master updated: gnu: icedove: Update to 102.4.1.
Date: Fri, 28 Oct 2022 04:02:56 -0400

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

jonsger pushed a commit to branch master
in repository guix.

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

commit 328fa8b290676fc22b7a4ba5a69565b9dcf09ef2
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Fri Oct 28 10:01:18 2022 +0200

    gnu: icedove: Update to 102.4.1.
    
    * gnu/packages/gnuzilla.scm (%icedove-build-id, %icedove-version) Update to 
102.4.1.
---
 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 6b70f4b544..5c81f2ca98 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1242,8 +1242,8 @@ standards of the IceCat project.")
        (cpe-name . "firefox_esr")
        (cpe-version . ,(first (string-split version #\-)))))))
 
-(define %icedove-build-id "20221019000000") ;must be of the form YYYYMMDDhhmmss
-(define %icedove-version "102.4.0")
+(define %icedove-build-id "20221026000000") ;must be of the form YYYYMMDDhhmmss
+(define %icedove-version "102.4.1")
 
 ;; Provides the "comm" folder which is inserted into the icecat source.
 ;; Avoids the duplication of Icecat's source tarball.
@@ -1252,11 +1252,11 @@ standards of the IceCat project.")
     (method hg-fetch)
     (uri (hg-reference
           (url "https://hg.mozilla.org/releases/comm-esr102";)
-          (changeset "c064680366a130c4c02ba9b85ef324f0f075c47b")))
+          (changeset "e572bc3cfa07492189aec439e98378b0811ae3bb")))
     (file-name (string-append "thunderbird-" %icedove-version "-checkout"))
     (sha256
      (base32
-      "0ccpp4890nqill1yn2lb5b855r4hpmhrcsdbxdk2sdn52dc0qda6"))))
+      "1qmf8j9yrc815h7j06m3id6h7cck6d5b0rhzr82wgmwf1xnngxl7"))))
 
 (define-public icedove
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]