diff options
author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2023-05-02 21:28:22 +0200 |
---|---|---|
committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2023-05-02 21:34:10 +0200 |
commit | c7f3081ea0571cfa0c668a61ae8a276f0d24cef4 (patch) | |
tree | 9e0fa42fd91f27d2cff8952a556bdcc0d3cab036 | |
parent | 97abc5d45a6ebb2d93e5914f9963d9ad5fd42e05 (diff) | |
download | guix-c7f3081ea0571cfa0c668a61ae8a276f0d24cef4.tar guix-c7f3081ea0571cfa0c668a61ae8a276f0d24cef4.tar.gz |
gnu: icedove: Update to 102.10.1.
* gnu/packages/gnuzilla.scm (icedove): Update to 102.10.1.
-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 fa90c38951..42b93346b4 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 "20230411000000") ;must be of the form YYYYMMDDhhmmss -(define %icedove-version "102.10.0") +(define %icedove-build-id "20230424000000") ;must be of the form YYYYMMDDhhmmss +(define %icedove-version "102.10.1") ;; 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 "d8df3bebc4b529388b62b9cb4df152f13910fbe3"))) + (changeset "6eabe0915354d878fe93e2b02547cebe83f1fd6d"))) (file-name (string-append "thunderbird-" %icedove-version "-checkout")) (sha256 (base32 - "1m46nxnq4jpp4p6qqw68pphhccxlz4zzbyyb8iq26zvp42x7ic8f")))) + "1hbakn0b7gvfy9ciqbjwkg1pl3d21b0bnafqf6280lv3v593rq08")))) (define (comm-source->locales+changeset source) "Given SOURCE, a checkout of the Thunderbird 'comm' component, return the |