aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/emacs.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index d9d401d7c9..9508636ec5 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -11918,10 +11918,10 @@ file.")
(deprecated-package "emacs-wgrep-helm" emacs-wgrep))
(define-public emacs-mu4e-conversation
- (let ((commit "54368a009474276247bdf39683e25ea68ae1f943"))
+ (let ((commit "e7d4bfcb0d392b0aed1f705ccac2419a168d1f5e"))
(package
(name "emacs-mu4e-conversation")
- (version (git-version "20181105" "3" commit))
+ (version (git-version "20181126" "4" commit))
(source
(origin
(method url-fetch)
@@ -11932,7 +11932,7 @@ file.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "1zqnp1d3cxyvzsd76d5iw40lkif19k9svlbhqy6dvqiaqm0jbd15"))))
+ "0b52hf9rm2afba9pvgink9bwqm705sk0y5qikp0ff5sk53wqvy29"))))
(build-system emacs-build-system)
(propagated-inputs
`(("mu" ,mu)))
msg-avail'>...Mathieu Othacehe 2021-04-13tests: halt: Fix it....Mathieu Othacehe 2021-04-12services: postgresql: Change service default socket directory....Christopher Baines 2021-04-12gnu: tests: Test basic funtionality of the IPFS service....Maxime Devos 2021-04-12tests: docker: Increase VM building memory size to 1024MiB....Mathieu Othacehe 2021-04-10tests: nfs: Fix typo in description....Tobias Geerinckx-Rice 2021-04-09services: Add Laminar....Christopher Baines 2021-04-05tests: libvirt: Catch issues with incorrect /var and /etc in package....Pierre Langlois 2021-03-28tests: Add Transmission Daemon system test....Simon South 2021-03-23tests: Remove Cuirass tests....Mathieu Othacehe 2021-03-16gnu: Remove MongoDB....Léo Le Bouter 2021-03-10tests: cuirass: Remove cuirass simple test....Mathieu Othacehe 2021-02-25tests: docker-system: Increase VM memory....Ludovic Courtès 2021-02-23tests: cuirass: Restore "cuirass running"....Mathieu Othacehe 2021-02-23tests: cuirass: Remove "cuirass running" test....Mathieu Othacehe 2021-02-23services: cuirass: Improve simple-cuirass-services....Mathieu Othacehe 2021-02-19services: cuirass: Add "simple-cuirass-services"....Mathieu Othacehe 2021-02-19tests: cuirass: Add an operating system argument....Mathieu Othacehe 2021-02-01Merge branch 'staging'Leo Famulari 2021-01-29tests: cuirass: Increase delay....Mathieu Othacehe 2021-01-29tests: cuirass: Add Cuirass remote test....Mathieu Othacehe 2021-01-28tests: Add cuirass test.Mathieu Othacehe 2021-01-28services: postgresql: Add postgresql-role-service-type....Mathieu Othacehe 2021-01-28services: postgresql: Add log directory support....Mathieu Othacehe 2021-01-28services: postgresql: Add socket directory support....Mathieu Othacehe 2021-01-28services: postgresql: Use Guile datatypes....Mathieu Othacehe 2021-01-27system: tests: Add a Btrfs RAID system test....Maxim Cournoyer 2021-01-25Merge branch 'master' into stagingLeo Famulari 2021-01-20tests: install: Fix build....Mathieu Othacehe