[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/44: gnu: emacs-org-wild-notifier: Update to 0.5.0.
From: |
guix-commits |
Subject: |
34/44: gnu: emacs-org-wild-notifier: Update to 0.5.0. |
Date: |
Fri, 1 Sep 2023 16:23:09 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 9e81ba83f8ee7a53fda774610554c67f27345720
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 22:00:37 2023 +0200
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.
---
gnu/packages/emacs-xyz.scm | 44 +++++++++++++++++++++-----------------------
1 file changed, 21 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d824c0daaa..49cee39ea5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37596,29 +37596,27 @@ into the current buffer.")
(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")
- 33/44: gnu: emacs-org-re-reveal: Update to 3.19.2., (continued)
- 33/44: gnu: emacs-org-re-reveal: Update to 3.19.2., guix-commits, 2023/09/01
- 40/44: gnu: emacs-with-editor: Update to 3.3.2., guix-commits, 2023/09/01
- 38/44: gnu: emacs-transient: Update to 0.4.3., guix-commits, 2023/09/01
- 39/44: gnu: emacs-trashed: Update to 2.1.4., guix-commits, 2023/09/01
- 35/44: gnu: emacs-pulsar: Update to 1.0.0., guix-commits, 2023/09/01
- 36/44: gnu: emacs-reformatter: Update to 0.7., guix-commits, 2023/09/01
- 43/44: gnu: emacs-package-lint: Update to 0.19., guix-commits, 2023/09/01
- 44/44: gnu: emacs-package-lint: Improve description., guix-commits, 2023/09/01
- 41/44: gnu: emacs-pcre2el: Update to 1.9., guix-commits, 2023/09/01
- 37/44: gnu: emacs-solarized-theme: Update to 2.0.3., guix-commits, 2023/09/01
- 34/44: gnu: emacs-org-wild-notifier: Update to 0.5.0.,
guix-commits <=
- 42/44: gnu: emacs-page-break-lines: Update to 0.15., guix-commits, 2023/09/01