GNU bug report logs - #64657
[PATCH] gnu: Add emacs-mu4e-dashboard.

Previous Next

Package: guix-patches;

Reported by: Ahmad Draidi <a.r.draidi <at> redscript.org>

Date: Sun, 16 Jul 2023 06:12:01 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Ahmad Draidi <a.r.draidi <at> redscript.org>, 64657 <at> debbugs.gnu.org
Cc: Andrew Tropin <andrew <at> trop.in>
Subject: [bug#64657] [PATCH] gnu: Add emacs-mu4e-dashboard.
Date: Sun, 16 Jul 2023 09:37:55 +0200
Am Sonntag, dem 16.07.2023 um 10:10 +0400 schrieb Ahmad Draidi:
> * gnu/packages/emacs-xyz.scm (emacs-mu4e-dashboard): New variable.
> ---
>  gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)
> 
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 480096fb50..39e16da4cc 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -26203,6 +26203,33 @@ (define-public emacs-mu4e-conversation
>  maps the thread tree.")
>        (license license:gpl3+))))
>  
> +;; Package has no releases or tags.  Version is extracted from
> "Version:"
> +;; keyword in main file.
> +(define-public emacs-mu4e-dashboard
> +  (let ((commit "16ffbb2a36817647e345f60acdfaac66dda28c0f")
> +        (revision "0"))
> +    (package
> +      (name "emacs-mu4e-dashboard")
> +      (version (git-version "0.1.1" revision commit))
> +      (source (origin
> +                (method git-fetch)
> +                (file-name (git-file-name name version))
> +                (uri (git-reference
> +                      (url
> "https://github.com/rougier/mu4e-dashboard")
> +                      (commit commit)))
> +                (sha256
> +                 (base32
> +                 
> "1fp2f9rvh20r3advbzcgm5vv2dzcyvy1618hfykbm6ac4wjscdll"))))
Please put the file-name below the uri next time.  Also, I see you
submitting quite a number of patches for emacs packages; if possible,
try to make topical series so that they can be reviewed in one go.

Cheers

This bug report was last modified 1 year and 363 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.