mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: icedove: Update to 102.7.2.
* gnu/packages/gnuzilla.scm (%icedove-build-id, icedove-version, thunderbird-source): Update to 102.7.2 build 20230207000000. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
54cd2049e8
commit
af1c817c84
1 changed files with 4 additions and 4 deletions
|
@ -1097,8 +1097,8 @@ (define (runpaths-of-input label)
|
|||
(cpe-name . "firefox_esr")
|
||||
(cpe-version . ,(first (string-split version #\-)))))))
|
||||
|
||||
(define %icedove-build-id "20230119000000") ;must be of the form YYYYMMDDhhmmss
|
||||
(define %icedove-version "102.7.0")
|
||||
(define %icedove-build-id "20230207000000") ;must be of the form YYYYMMDDhhmmss
|
||||
(define %icedove-version "102.7.2")
|
||||
|
||||
;; Provides the "comm" folder which is inserted into the icecat source.
|
||||
;; Avoids the duplication of Icecat's source tarball.
|
||||
|
@ -1107,11 +1107,11 @@ (define thunderbird-source
|
|||
(method hg-fetch)
|
||||
(uri (hg-reference
|
||||
(url "https://hg.mozilla.org/releases/comm-esr102")
|
||||
(changeset "a786f143946e93a3059e6fe290bb954840ab9778")))
|
||||
(changeset "0f6deed0752b618055c34e06c268af3da9d1548d")))
|
||||
(file-name (string-append "thunderbird-" %icedove-version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"02pz9yhpp3lswjmvj30vbx05mbi31bnzzfwyw5v996zg5wz2fpyv"))))
|
||||
"071q0pcfvfpzx741ly1sl8anlmzx02h17w4ylfnrkwrpaclq3p6p"))))
|
||||
|
||||
(define-public icedove
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue