* [bug#43091] [PATCH] gnu: icedove: Update to 68.12.0.
@ 2020-08-28 19:00 Jonathan Brielmaier
2020-08-28 20:00 ` bug#43091: " Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Brielmaier @ 2020-08-28 19:00 UTC (permalink / raw)
To: 43091; +Cc: Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 68.12.0.
---
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 fa18f2927c..7d6ed6b11a 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1139,11 +1139,11 @@ standards of the IceCat project.")
(cpe-version . ,(first (string-split version #\-)))))))
;; Update this together with icecat!
-(define %icedove-build-id "20200726000000") ;must be of the form YYYYMMDDhhmmss
+(define %icedove-build-id "20200825000000") ;must be of the form YYYYMMDDhhmmss
(define-public icedove
(package
(name "icedove")
- (version "68.11.0")
+ (version "68.12.0")
(source icecat-source)
(properties
`((cpe-name . "thunderbird_esr")))
@@ -1429,7 +1429,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 "a247645d951bcedb356a0d9f273e878a7d4d2180"))
+ ,(let ((changeset "b41cdff70b185358d9c4c1d4a36cfad15a24f001"))
(origin
(method hg-fetch)
(uri (hg-reference
@@ -1438,7 +1438,7 @@ standards of the IceCat project.")
(file-name (string-append "thunderbird-" version "-checkout"))
(sha256
(base32
- "0nf7ic1sw7yawnwrxwm3b4yl2cn4hp8szzh0xd462s1hjm59ksjl")))))
+ "1xvky8p5r41mxdyg9amydy94p51wmmdwdz0zq2vzspr9viixf7xm")))))
("autoconf" ,autoconf-2.13)
("cargo" ,rust "cargo")
("clang" ,clang)
--
2.28.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#43091: [PATCH] gnu: icedove: Update to 68.12.0.
2020-08-28 19:00 [bug#43091] [PATCH] gnu: icedove: Update to 68.12.0 Jonathan Brielmaier
@ 2020-08-28 20:00 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2020-08-28 20:00 UTC (permalink / raw)
To: Jonathan Brielmaier; +Cc: 43091-done
[-- Attachment #1: Type: text/plain, Size: 195 bytes --]
Jonathan,
Jonathan Brielmaier 写道:
> * gnu/packages/gnuzilla.scm (icedove): Update to 68.12.0.
Thanks! Pushed as cb3bb849f2d0409313db8ed9e253e5cae7f2fc95.
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-28 20:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-28 19:00 [bug#43091] [PATCH] gnu: icedove: Update to 68.12.0 Jonathan Brielmaier
2020-08-28 20:00 ` bug#43091: " Tobias Geerinckx-Rice via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.