me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-wild-notifier: Update to 0.5.0.

* gnu/packages/emacs-xyz.scm (emacs-org-wild-notifier): Update to 0.5.0.
[synopsis]:
[description]: Use proper capitalization.
master
Nicolas Goaziou 2023-09-01 22:00:37 +02:00
parent a310852cad
commit 9e81ba83f8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 23 deletions

View File

@ -37596,29 +37596,27 @@ into the current buffer.")
(license license:expat)))) (license license:expat))))
(define-public emacs-org-wild-notifier (define-public emacs-org-wild-notifier
(let ((commit "cdca8be45b80ab52077a915e77c625bc0ad07dd7") (package
(revision "0")) (name "emacs-org-wild-notifier")
(package (version "0.5.0")
(name "emacs-org-wild-notifier") (source
(version (git-version "0.4.1" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/akhramov/org-wild-notifier.el")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/akhramov/org-wild-notifier.el") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "00xssqg0mvh5ma2053719bcchbrl7mmj8wzhbrjk34cl4lx9p9fb"))))
(base32 (build-system emacs-build-system)
"0k37ac752r5whjha4mf9qg74g65kf71a2dlpl4wlxvdml5v1czw1")))) (propagated-inputs
(build-system emacs-build-system) (list emacs-dash emacs-alert emacs-async))
(propagated-inputs (license license:gpl3+)
(list emacs-dash emacs-alert emacs-async)) (home-page "https://github.com/akhramov/org-wild-notifier.el")
(license license:gpl3+) (synopsis "Customizable Org Agenda notifications")
(home-page "https://github.com/akhramov/org-wild-notifier.el") (description
(synopsis "Customizable org-agenda notifications") "This package provides notification functions for Org Agenda.")))
(description
"This package provides notification functions for org-agenda."))))
(define-public emacs-flymake-mypy (define-public emacs-flymake-mypy
(let ((commit "d79e158f9ed3065ab692cd0d4048aac985c4fecd") (let ((commit "d79e158f9ed3065ab692cd0d4048aac985c4fecd")