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


From: guix-commits
Subject: branch master updated: gnu: icedove: Update to 91.12.0.
Date: Fri, 29 Jul 2022 17:19:08 -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 d1c6b8db5a gnu: icedove: Update to 91.12.0.
d1c6b8db5a is described below

commit d1c6b8db5a30f9e428d018156dadb12927c485f8
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Fri Jul 29 23:18:22 2022 +0200

    gnu: icedove: Update to 91.12.0.
    
    * gnu/packages/gnuzilla.scm (icedove): Update to 91.12.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 013e834d13..a914650506 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -977,11 +977,11 @@ standards of the IceCat project.")
        (cpe-version . ,(first (string-split version #\-)))))))
 
 ;; Update this together with icecat!
-(define %icedove-build-id "20220624000000") ;must be of the form YYYYMMDDhhmmss
+(define %icedove-build-id "20220726000000") ;must be of the form YYYYMMDDhhmmss
 (define-public icedove
   (package
     (name "icedove")
-    (version "91.11.0")
+    (version "91.12.0")
     (source icecat-source)
     (properties
      `((cpe-name . "thunderbird_esr")))
@@ -1260,7 +1260,7 @@ standards of the IceCat project.")
         ;; in the Thunderbird release tarball.  We don't use the release
         ;; tarball because it duplicates the Icecat sources and only adds the
         ;; "comm" directory, which is provided by this repository.
-        ,(let ((changeset "da48e7ecf800ec7761a3b6e0ca81e0c90adc30f7"))
+        ,(let ((changeset "bd3da11e22d0070699026cb5f4e31b44b35580f0"))
            (origin
              (method hg-fetch)
              (uri (hg-reference
@@ -1269,7 +1269,7 @@ standards of the IceCat project.")
              (file-name (string-append "thunderbird-" version "-checkout"))
              (sha256
               (base32
-               "0lg8z0zk05w8jah364lm7vkc95j1nkg93gf46byz0kd4nslg05nx")))))
+               "14na1n37sqjqcxmhbp0c56a1j70gnyqgrhlrk5jkblml47x4i35w")))))
        ("cargo" ,rust "cargo")
        ("clang" ,clang)
        ("llvm" ,llvm)



reply via email to

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