mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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.
This commit is contained in:
parent
a310852cad
commit
9e81ba83f8
1 changed files with 21 additions and 23 deletions
|
@ -37596,29 +37596,27 @@ (define-public emacs-org-cliplink
|
|||
(license license:expat))))
|
||||
|
||||
(define-public emacs-org-wild-notifier
|
||||
(let ((commit "cdca8be45b80ab52077a915e77c625bc0ad07dd7")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-org-wild-notifier")
|
||||
(version (git-version "0.4.1" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/akhramov/org-wild-notifier.el")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0k37ac752r5whjha4mf9qg74g65kf71a2dlpl4wlxvdml5v1czw1"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-alert emacs-async))
|
||||
(license license:gpl3+)
|
||||
(home-page "https://github.com/akhramov/org-wild-notifier.el")
|
||||
(synopsis "Customizable org-agenda notifications")
|
||||
(description
|
||||
"This package provides notification functions for org-agenda."))))
|
||||
(package
|
||||
(name "emacs-org-wild-notifier")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/akhramov/org-wild-notifier.el")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"00xssqg0mvh5ma2053719bcchbrl7mmj8wzhbrjk34cl4lx9p9fb"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-alert emacs-async))
|
||||
(license license:gpl3+)
|
||||
(home-page "https://github.com/akhramov/org-wild-notifier.el")
|
||||
(synopsis "Customizable Org Agenda notifications")
|
||||
(description
|
||||
"This package provides notification functions for Org Agenda.")))
|
||||
|
||||
(define-public emacs-flymake-mypy
|
||||
(let ((commit "d79e158f9ed3065ab692cd0d4048aac985c4fecd")
|
||||
|
|
Loading…
Reference in a new issue