[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: icedove: Update to 102.7.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: icedove: Update to 102.7.0. |
Date: |
Sun, 29 Jan 2023 16:10:12 -0500 |
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 4eccb27b4c gnu: icedove: Update to 102.7.0.
4eccb27b4c is described below
commit 4eccb27b4c74a9112cbbad722d85558e9565f20b
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Sun Jan 29 22:03:45 2023 +0100
gnu: icedove: Update to 102.7.0.
* gnu/packages/gnuzilla.scm (icedove): Update to 102.7.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 23249791bb..0b39774a2e 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1097,8 +1097,8 @@ standards of the IceCat project.")
(cpe-name . "firefox_esr")
(cpe-version . ,(first (string-split version #\-)))))))
-(define %icedove-build-id "20221213000000") ;must be of the form YYYYMMDDhhmmss
-(define %icedove-version "102.6.0")
+(define %icedove-build-id "20230119000000") ;must be of the form YYYYMMDDhhmmss
+(define %icedove-version "102.7.0")
;; Provides the "comm" folder which is inserted into the icecat source.
;; Avoids the duplication of Icecat's source tarball.
@@ -1107,11 +1107,11 @@ standards of the IceCat project.")
(method hg-fetch)
(uri (hg-reference
(url "https://hg.mozilla.org/releases/comm-esr102")
- (changeset "d46a947ae837300f19cc45c75d473c7b1cf4ebb3")))
+ (changeset "a786f143946e93a3059e6fe290bb954840ab9778")))
(file-name (string-append "thunderbird-" %icedove-version "-checkout"))
(sha256
(base32
- "0klr6i2sbaiv2gc8q1cxrz87zd5cskdwa9qacp3dhfb8x17qwb41"))))
+ "02pz9yhpp3lswjmvj30vbx05mbi31bnzzfwyw5v996zg5wz2fpyv"))))
(define-public icedove
(package
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: icedove: Update to 102.7.0.,
guix-commits <=