unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41701] [PATCH] gnu: icedove: Update to 68.8.1.
@ 2020-06-04  5:49 Jonathan Brielmaier
  2020-06-06  9:42 ` [bug#41701] [v2 PATCH] gnu: icedove: Update to 68.9.0 Jonathan Brielmaier
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Brielmaier @ 2020-06-04  5:49 UTC (permalink / raw)
  To: 41701; +Cc: Jonathan Brielmaier

* gnu/packages/gnuzilla.scm (%icedove-build-id): Update.
(icedove): Update version and corresponding hg changeset.
---
 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 e00a09e989..84f474ad78 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1135,11 +1135,11 @@ standards of the IceCat project.")
        (cpe-version . ,(first (string-split version #\-)))))))

 ;; Update this together with icecat!
-(define %icedove-build-id "20200505000000") ;must be of the form YYYYMMDDhhmmss
+(define %icedove-build-id "20200602000000") ;must be of the form YYYYMMDDhhmmss
 (define-public icedove
   (package
     (name "icedove")
-    (version "68.8.0")
+    (version "68.8.1")
     (source icecat-source)
     (properties
      `((cpe-name . "thunderbird_esr")))
@@ -1425,7 +1425,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 "4c022a34cd5dd776671721c44db89f693f59132c"))
+        ,(let ((changeset "face673d2586b0063f823b13ee10a2b50bb964dd"))
            (origin
              (method hg-fetch)
              (uri (hg-reference
@@ -1434,7 +1434,7 @@ standards of the IceCat project.")
              (file-name (string-append "thunderbird-" version "-checkout"))
              (sha256
               (base32
-               "0k3653ic1g5pwcmf87a95lbzjah25l9qx0r49c4j04c21069fhad")))))
+               "05zm3iixdphcngjjmmk0m7rzgjhib9b0icww05lziiwz482cjf8q")))))
        ("autoconf" ,autoconf-2.13)
        ("cargo" ,rust "cargo")
        ("clang" ,clang)
--
2.26.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#41701] [v2 PATCH] gnu: icedove: Update to 68.9.0.
  2020-06-04  5:49 [bug#41701] [PATCH] gnu: icedove: Update to 68.8.1 Jonathan Brielmaier
@ 2020-06-06  9:42 ` Jonathan Brielmaier
  2020-06-09  8:46   ` bug#41701: " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Brielmaier @ 2020-06-06  9:42 UTC (permalink / raw)
  To: 41701; +Cc: Jonathan Brielmaier

* gnu/packages/gnuzilla.scm (%icedove-build-id): Update.
(icedove): Update version and corresponding hg changeset.
---
 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 e00a09e989..1f5deb3302 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1135,11 +1135,11 @@ standards of the IceCat project.")
        (cpe-version . ,(first (string-split version #\-)))))))

 ;; Update this together with icecat!
-(define %icedove-build-id "20200505000000") ;must be of the form YYYYMMDDhhmmss
+(define %icedove-build-id "20200602000000") ;must be of the form YYYYMMDDhhmmss
 (define-public icedove
   (package
     (name "icedove")
-    (version "68.8.0")
+    (version "68.9.0")
     (source icecat-source)
     (properties
      `((cpe-name . "thunderbird_esr")))
@@ -1425,7 +1425,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 "4c022a34cd5dd776671721c44db89f693f59132c"))
+        ,(let ((changeset "787d887f43fcbfe254ff0c9650c5517710071b74"))
            (origin
              (method hg-fetch)
              (uri (hg-reference
@@ -1434,7 +1434,7 @@ standards of the IceCat project.")
              (file-name (string-append "thunderbird-" version "-checkout"))
              (sha256
               (base32
-               "0k3653ic1g5pwcmf87a95lbzjah25l9qx0r49c4j04c21069fhad")))))
+               "1z1k3r1jilwmsywiyp8gh49f61cl9n085k95x7ihyld3rvgcjm9f")))))
        ("autoconf" ,autoconf-2.13)
        ("cargo" ,rust "cargo")
        ("clang" ,clang)
--
2.26.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#41701: [v2 PATCH] gnu: icedove: Update to 68.9.0.
  2020-06-06  9:42 ` [bug#41701] [v2 PATCH] gnu: icedove: Update to 68.9.0 Jonathan Brielmaier
@ 2020-06-09  8:46   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2020-06-09  8:46 UTC (permalink / raw)
  To: Jonathan Brielmaier; +Cc: 41701-done

Hi,

Jonathan Brielmaier <jonathan.brielmaier@web.de> skribis:

> * gnu/packages/gnuzilla.scm (%icedove-build-id): Update.
> (icedove): Update version and corresponding hg changeset.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-09  8:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-04  5:49 [bug#41701] [PATCH] gnu: icedove: Update to 68.8.1 Jonathan Brielmaier
2020-06-06  9:42 ` [bug#41701] [v2 PATCH] gnu: icedove: Update to 68.9.0 Jonathan Brielmaier
2020-06-09  8:46   ` bug#41701: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).