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.15.0.


From: guix-commits
Subject: branch master updated: gnu: icedove: Update to 102.15.0.
Date: Fri, 01 Sep 2023 13:43:11 -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 f6023509ff gnu: icedove: Update to 102.15.0.
f6023509ff is described below

commit f6023509ff42fa9f5d69effa3d50f444504a4afb
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Fri Sep 1 19:42:29 2023 +0200

    gnu: icedove: Update to 102.15.0.
    
    * gnu/packages/gnuzilla.scm (icedove): Update to 102.15.0.
---
 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 e190ac0a17..6e2f9729cf 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1138,8 +1138,8 @@ standards of the IceCat project.")
     "ru" "sco" "si" "sk" "sl" "son" "sq" "sr" "sv-SE" "szl" "ta" "te" "th" "tl"
     "tr" "trs" "uk" "ur" "uz" "vi" "xh" "zh-CN" "zh-TW"))
 
-(define %icedove-build-id "20230705000000") ;must be of the form YYYYMMDDhhmmss
-(define %icedove-version "102.13.0")
+(define %icedove-build-id "20230830000000") ;must be of the form YYYYMMDDhhmmss
+(define %icedove-version "102.15.0")
 
 ;; Provides the "comm" folder which is inserted into the icecat source.
 ;; Avoids the duplication of Icecat's source tarball.
@@ -1148,11 +1148,11 @@ standards of the IceCat project.")
     (method hg-fetch)
     (uri (hg-reference
           (url "https://hg.mozilla.org/releases/comm-esr102";)
-          (changeset "2bf94c4d195694485df5d632f2453888cf4f6657")))
+          (changeset "ac0b189e3bc07ee798d5ed84e99f874bc72204a6")))
     (file-name (string-append "thunderbird-" %icedove-version "-checkout"))
     (sha256
      (base32
-      "1nzbvw1n6wdjbsq0cvyq8av2xf775cp4gkvsjc7i5qzvhl84wg4l"))))
+      "0705grqr906rw3ps32yiw4d5iaiwlql8a1ikhr43k546szypn3wg"))))
 
 (define (comm-source->locales+changeset source)
   "Given SOURCE, a checkout of the Thunderbird 'comm' component, return the



reply via email to

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