gnu: icedove: Update to 102.7.0.

* gnu/packages/gnuzilla.scm (icedove): Update to 102.7.0.
This commit is contained in:
Jonathan Brielmaier 2023-01-29 22:03:45 +01:00
parent e70d8e3e1f
commit 4eccb27b4c
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -1097,8 +1097,8 @@ (define (runpaths-of-input label)
(cpe-name . "firefox_esr") (cpe-name . "firefox_esr")
(cpe-version . ,(first (string-split version #\-))))))) (cpe-version . ,(first (string-split version #\-)))))))
(define %icedove-build-id "20221213000000") ;must be of the form YYYYMMDDhhmmss (define %icedove-build-id "20230119000000") ;must be of the form YYYYMMDDhhmmss
(define %icedove-version "102.6.0") (define %icedove-version "102.7.0")
;; Provides the "comm" folder which is inserted into the icecat source. ;; Provides the "comm" folder which is inserted into the icecat source.
;; Avoids the duplication of Icecat's source tarball. ;; Avoids the duplication of Icecat's source tarball.
@ -1107,11 +1107,11 @@ (define thunderbird-source
(method hg-fetch) (method hg-fetch)
(uri (hg-reference (uri (hg-reference
(url "https://hg.mozilla.org/releases/comm-esr102") (url "https://hg.mozilla.org/releases/comm-esr102")
(changeset "d46a947ae837300f19cc45c75d473c7b1cf4ebb3"))) (changeset "a786f143946e93a3059e6fe290bb954840ab9778")))
(file-name (string-append "thunderbird-" %icedove-version "-checkout")) (file-name (string-append "thunderbird-" %icedove-version "-checkout"))
(sha256 (sha256
(base32 (base32
"0klr6i2sbaiv2gc8q1cxrz87zd5cskdwa9qacp3dhfb8x17qwb41")))) "02pz9yhpp3lswjmvj30vbx05mbi31bnzzfwyw5v996zg5wz2fpyv"))))
(define-public icedove (define-public icedove
(package (package