diff options
author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2023-09-01 19:42:29 +0200 |
---|---|---|
committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2023-09-01 19:42:29 +0200 |
commit | f6023509ff42fa9f5d69effa3d50f444504a4afb (patch) | |
tree | 2e8f33c1565ff43ea6c935d321fb324d7db424ba | |
parent | 4d4bf9ab1f9c3ce850bef9c6934a941c0337dd3b (diff) |
gnu: icedove: Update to 102.15.0.
* gnu/packages/gnuzilla.scm (icedove): Update to 102.15.0.
-rw-r--r-- | gnu/packages/gnuzilla.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index e190ac0a17..6e2f9729cf 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -1138,8 +1138,8 @@ standards of the IceCat project.") "ru" "sco" "si" "sk" "sl" "son" "sq" "sr" "sv-SE" "szl" "ta" "te" "th" "tl" "tr" "trs" "uk" "ur" "uz" "vi" "xh" "zh-CN" "zh-TW")) -(define %icedove-build-id "20230705000000") ;must be of the form YYYYMMDDhhmmss -(define %icedove-version "102.13.0") +(define %icedove-build-id "20230830000000") ;must be of the form YYYYMMDDhhmmss +(define %icedove-version "102.15.0") ;; Provides the "comm" folder which is inserted into the icecat source. ;; Avoids the duplication of Icecat's source tarball. @@ -1148,11 +1148,11 @@ standards of the IceCat project.") (method hg-fetch) (uri (hg-reference (url "https://hg.mozilla.org/releases/comm-esr102") - (changeset "2bf94c4d195694485df5d632f2453888cf4f6657"))) + (changeset "ac0b189e3bc07ee798d5ed84e99f874bc72204a6"))) (file-name (string-append "thunderbird-" %icedove-version "-checkout")) (sha256 (base32 - "1nzbvw1n6wdjbsq0cvyq8av2xf775cp4gkvsjc7i5qzvhl84wg4l")))) + "0705grqr906rw3ps32yiw4d5iaiwlql8a1ikhr43k546szypn3wg")))) (define (comm-source->locales+changeset source) "Given SOURCE, a checkout of the Thunderbird 'comm' component, return the |