diff mbox series

[bug#44116] gnu: icedove: Update to 78.3.3.

Message ID 20201021135721.22198-1-jonathan.brielmaier@web.de
State Accepted
Headers show
Series [bug#44116] gnu: icedove: Update to 78.3.3. | expand

Checks

Context Check Description
cbaines/issue success View issue
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Jonathan Brielmaier Oct. 21, 2020, 1:57 p.m. UTC
* gnu/packages/gnuzilla.scm (icedove): Update to 78.3.3.
---
 gnu/packages/gnuzilla.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

--
2.28.0

Comments

Christopher Baines Oct. 23, 2020, 6:28 p.m. UTC | #1
Jonathan Brielmaier <jonathan.brielmaier@web.de> writes:

> * gnu/packages/gnuzilla.scm (icedove): Update to 78.3.3.
> ---
>  gnu/packages/gnuzilla.scm | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
> index f74992e2e3..6dc2711379 100644
> --- a/gnu/packages/gnuzilla.scm
> +++ b/gnu/packages/gnuzilla.scm
> @@ -1161,11 +1161,11 @@ standards of the IceCat project.")
>         (cpe-version . ,(first (string-split version #\-)))))))
>
>  ;; Update this together with icecat!
> -(define %icedove-build-id "20201007000000") ;must be of the form YYYYMMDDhhmmss
> +(define %icedove-build-id "20201016000000") ;must be of the form YYYYMMDDhhmmss
>  (define-public icedove
>    (package
>      (name "icedove")
> -    (version "78.3.2")
> +    (version "78.3.3")
>      (source icecat-source)
>      (properties
>       `((cpe-name . "thunderbird_esr")))
> @@ -1445,7 +1445,7 @@ standards of the IceCat project.")
>          ;; in the Thunderbird release tarball.  We don't use the release
>          ;; tarball because it duplicates the Icecat sources and only adds the
>          ;; "comm" directory, which is provided by this repository.
> -        ,(let ((changeset "6ee0e0ff64f4ccda9c478426d0b5d15cd583f8e6"))
> +        ,(let ((changeset "a7e8cbc5a527a8881fe14e5f95ae2aff2cd4eb4f"))
>             (origin
>               (method hg-fetch)
>               (uri (hg-reference
> @@ -1454,7 +1454,7 @@ standards of the IceCat project.")
>               (file-name (string-append "thunderbird-" version "-checkout"))
>               (sha256
>                (base32
> -               "0w8p35x53g5anck69xnpn688600n2pyx9c7y640szl1ssdsgch82")))))
> +               "054vk20akia4l3m0nhd9ayl0i11nsrzhlyyz8r7qmcshc9az7cf5")))))
>         ("autoconf" ,autoconf-2.13)
>         ("cargo" ,rust-1.41 "cargo")
>         ("clang" ,clang)

Builds for me, I've pushed this as
e1eae481c95844f9cb796301c1e1ddbfd8248d42 now. Thanks!
diff mbox series

Patch

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index f74992e2e3..6dc2711379 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1161,11 +1161,11 @@  standards of the IceCat project.")
        (cpe-version . ,(first (string-split version #\-)))))))

 ;; Update this together with icecat!
-(define %icedove-build-id "20201007000000") ;must be of the form YYYYMMDDhhmmss
+(define %icedove-build-id "20201016000000") ;must be of the form YYYYMMDDhhmmss
 (define-public icedove
   (package
     (name "icedove")
-    (version "78.3.2")
+    (version "78.3.3")
     (source icecat-source)
     (properties
      `((cpe-name . "thunderbird_esr")))
@@ -1445,7 +1445,7 @@  standards of the IceCat project.")
         ;; in the Thunderbird release tarball.  We don't use the release
         ;; tarball because it duplicates the Icecat sources and only adds the
         ;; "comm" directory, which is provided by this repository.
-        ,(let ((changeset "6ee0e0ff64f4ccda9c478426d0b5d15cd583f8e6"))
+        ,(let ((changeset "a7e8cbc5a527a8881fe14e5f95ae2aff2cd4eb4f"))
            (origin
              (method hg-fetch)
              (uri (hg-reference
@@ -1454,7 +1454,7 @@  standards of the IceCat project.")
              (file-name (string-append "thunderbird-" version "-checkout"))
              (sha256
               (base32
-               "0w8p35x53g5anck69xnpn688600n2pyx9c7y640szl1ssdsgch82")))))
+               "054vk20akia4l3m0nhd9ayl0i11nsrzhlyyz8r7qmcshc9az7cf5")))))
        ("autoconf" ,autoconf-2.13)
        ("cargo" ,rust-1.41 "cargo")
        ("clang" ,clang)