diff options
author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2022-12-14 23:16:32 +0100 |
---|---|---|
committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2022-12-14 23:16:32 +0100 |
commit | 8c8a7dc66c8fdf39d6d2d459022e32d376d9a562 (patch) | |
tree | 1afb06da551116b017717c7a7ff8f3fd08c989cb | |
parent | 82c511dd5489bd7a2cbcd0313b9f54f9d7f166d2 (diff) | |
download | guix-8c8a7dc66c8fdf39d6d2d459022e32d376d9a562.tar.gz |
gnu: icedove: Update to 102.6.0.
* gnu/packages/gnuzilla.scm (icedove): Update to 102.6.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 1942fb0d8d..b507ec0406 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -1097,8 +1097,8 @@ standards of the IceCat project.") (cpe-name . "firefox_esr") (cpe-version . ,(first (string-split version #\-))))))) -(define %icedove-build-id "20221201000000") ;must be of the form YYYYMMDDhhmmss -(define %icedove-version "102.5.1") +(define %icedove-build-id "20221213000000") ;must be of the form YYYYMMDDhhmmss +(define %icedove-version "102.6.0") ;; Provides the "comm" folder which is inserted into the icecat source. ;; Avoids the duplication of Icecat's source tarball. @@ -1107,11 +1107,11 @@ standards of the IceCat project.") (method hg-fetch) (uri (hg-reference (url "https://hg.mozilla.org/releases/comm-esr102") - (changeset "bbf216e50e6a8cb4362b2b77feeb8ca4a1d78914"))) + (changeset "d46a947ae837300f19cc45c75d473c7b1cf4ebb3"))) (file-name (string-append "thunderbird-" %icedove-version "-checkout")) (sha256 (base32 - "06fhdzpl72mihm97g2i76knbny1jj261isl2jy8085wdmriv2f8z")))) + "0klr6i2sbaiv2gc8q1cxrz87zd5cskdwa9qacp3dhfb8x17qwb41")))) (define-public icedove (package |