all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#26720: [PATCH] gnu: emacs-mu4e-alert: Update to 1.0.
@ 2017-04-30 20:19 Mathieu Othacehe
  2017-04-30 23:24 ` Kei Kebreau
  0 siblings, 1 reply; 2+ messages in thread
From: Mathieu Othacehe @ 2017-04-30 20:19 UTC (permalink / raw)
  To: 26720

* gnu/packages/emacs.scm (emacs-mu4e-alert): Update to 1.0.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 14d851184..4d524ece7 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3955,7 +3955,7 @@ customizable by the user.")
 (define-public emacs-mu4e-alert
   (package
     (name "emacs-mu4e-alert")
-    (version "0.4")
+    (version "1.0")
     (source
      (origin
        (method url-fetch)
@@ -3965,7 +3965,7 @@ customizable by the user.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1m63vyb2v5r9swmqv56q80jca8172nk5vaxl7bcm5zbfs8zsvr4b"))))
+         "07qc834qnxn8xi4bw5nawj8g91bmkzw0r0vahkgysp7r9xrf57gj"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-alert" ,emacs-alert)
-- 
2.12.2

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

* bug#26720: [PATCH] gnu: emacs-mu4e-alert: Update to 1.0.
  2017-04-30 20:19 bug#26720: [PATCH] gnu: emacs-mu4e-alert: Update to 1.0 Mathieu Othacehe
@ 2017-04-30 23:24 ` Kei Kebreau
  0 siblings, 0 replies; 2+ messages in thread
From: Kei Kebreau @ 2017-04-30 23:24 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 26720-done

[-- Attachment #1: Type: text/plain, Size: 1027 bytes --]

Mathieu Othacehe <m.othacehe@gmail.com> writes:

> * gnu/packages/emacs.scm (emacs-mu4e-alert): Update to 1.0.
> ---
>  gnu/packages/emacs.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 14d851184..4d524ece7 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -3955,7 +3955,7 @@ customizable by the user.")
>  (define-public emacs-mu4e-alert
>    (package
>      (name "emacs-mu4e-alert")
> -    (version "0.4")
> +    (version "1.0")
>      (source
>       (origin
>         (method url-fetch)
> @@ -3965,7 +3965,7 @@ customizable by the user.")
>         (file-name (string-append name "-" version ".tar.gz"))
>         (sha256
>          (base32
> -         "1m63vyb2v5r9swmqv56q80jca8172nk5vaxl7bcm5zbfs8zsvr4b"))))
> +         "07qc834qnxn8xi4bw5nawj8g91bmkzw0r0vahkgysp7r9xrf57gj"))))
>      (build-system emacs-build-system)
>      (propagated-inputs
>       `(("emacs-alert" ,emacs-alert)

Pushed to master.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2017-04-30 23:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-30 20:19 bug#26720: [PATCH] gnu: emacs-mu4e-alert: Update to 1.0 Mathieu Othacehe
2017-04-30 23:24 ` Kei Kebreau

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.