mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: icedove: Update to 102.4.1.
* gnu/packages/gnuzilla.scm (%icedove-build-id, %icedove-version) Update to 102.4.1.
This commit is contained in:
parent
332568d3e8
commit
328fa8b290
1 changed files with 4 additions and 4 deletions
|
@ -1242,8 +1242,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 "20221019000000") ;must be of the form YYYYMMDDhhmmss
|
(define %icedove-build-id "20221026000000") ;must be of the form YYYYMMDDhhmmss
|
||||||
(define %icedove-version "102.4.0")
|
(define %icedove-version "102.4.1")
|
||||||
|
|
||||||
;; 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.
|
||||||
|
@ -1252,11 +1252,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 "c064680366a130c4c02ba9b85ef324f0f075c47b")))
|
(changeset "e572bc3cfa07492189aec439e98378b0811ae3bb")))
|
||||||
(file-name (string-append "thunderbird-" %icedove-version "-checkout"))
|
(file-name (string-append "thunderbird-" %icedove-version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ccpp4890nqill1yn2lb5b855r4hpmhrcsdbxdk2sdn52dc0qda6"))))
|
"1qmf8j9yrc815h7j06m3id6h7cck6d5b0rhzr82wgmwf1xnngxl7"))))
|
||||||
|
|
||||||
(define-public icedove
|
(define-public icedove
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue