gnu: emacs-mu4e-alert: Update to 1.0-0.3c9af8c.

* gnu/packages/emacs-xyz.scm (emacs-mu4e-alert): Update to 1.0-0.3c9af8c.
[source]: Switch to maintained fork.
[propagated-inputs]: Reorder alphabetically.
[home-page]: Ditto.
[synopsis]: Update to match main uses of package.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>

Original repository is no longer maintained and MELPA has switched to an
active fork, required for compatibility with recent versions of mu4e.  See
<https://github.com/melpa/melpa/pull/7927>.
This commit is contained in:
John Kehayias 2023-01-20 21:54:32 -05:00 committed by Nicolas Goaziou
parent d8d37b98e9
commit a7557329d9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -120,6 +120,7 @@
;;; Copyright © 2022 Thiago Jung Bauermann <bauermann@kolabnow.com> ;;; Copyright © 2022 Thiago Jung Bauermann <bauermann@kolabnow.com>
;;; Copyright © 2022 Joeke de Graaf <joeke@posteo.net> ;;; Copyright © 2022 Joeke de Graaf <joeke@posteo.net>
;;; Copyright © 2023 Simon Streit <simon@netpanic.org> ;;; Copyright © 2023 Simon Streit <simon@netpanic.org>
;;; Copyright © 2023 John Kehayias <john.kehayias@protonmail.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -15516,28 +15517,29 @@ (define-public emacs-zones
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-mu4e-alert (define-public emacs-mu4e-alert
(package (let ((commit "3c9af8c7994df0a1a4f0703552ea3beffb485ace")
(name "emacs-mu4e-alert") (revision "0"))
(version "1.0") (package
(source (name "emacs-mu4e-alert")
(origin (version (git-version "1.0" revision commit))
(method git-fetch) (source
(uri (git-reference (origin
(url "https://github.com/iqbalansari/mu4e-alert") (method git-fetch)
(commit (string-append "v" version)))) (uri (git-reference
(file-name (git-file-name name version)) (url "https://github.com/xzz53/mu4e-alert")
(sha256 (commit commit)))
(base32 "1nvsfbfsma59ilf7c3vjngnmx3aapwvvvaafdy5szm5r6lkicqvg")))) (file-name (git-file-name name version))
(build-system emacs-build-system) (sha256
(propagated-inputs (base32 "13li5pqqkzj7dwgpnngnk1ff46i100qw9xknlimpy2vf2k5yqv3y"))))
(list emacs-alert emacs-s emacs-ht mu)) (build-system emacs-build-system)
(home-page "https://github.com/iqbalansari/mu4e-alert") (propagated-inputs
(synopsis "Desktop notification for mu4e") (list emacs-alert emacs-ht emacs-s mu))
(description (home-page "https://github.com/xzz53/mu4e-alert")
"This package provides desktop notifications for mu4e. (synopsis "Desktop notifications and mode line display for mu4e")
Additionally it can display the number of unread emails in the (description
mode-line.") "This package provides desktop notifications for mu4e.
(license license:gpl3+))) Additionally it can display the number of unread emails in the mode line.")
(license license:gpl3+))))
(define-public emacs-mu4e-jump-to-list (define-public emacs-mu4e-jump-to-list
(let ((commit "358bba003543b49ffa266e503e54aebd0ebe614b") (let ((commit "358bba003543b49ffa266e503e54aebd0ebe614b")