[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/14: gnu: emacs-ednc: Update to 0.2.
From: |
guix-commits |
Subject: |
04/14: gnu: emacs-ednc: Update to 0.2. |
Date: |
Sat, 10 Jun 2023 15:03:56 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 7f0a98a8f1bddef0ae6f7b2e428bc2e1f654bb7b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 10 20:51:10 2023 +0200
gnu: emacs-ednc: Update to 0.2.
* gnu/packages/emacs-xyz.scm (emacs-ednc): Update to 0.2.
---
gnu/packages/emacs-xyz.scm | 38 ++++++++++++++++++--------------------
1 file changed, 18 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2c53758395..c16e8e1f3b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33668,29 +33668,27 @@ data format @code{edn}. See
@url{https://github.com/edn-format/edn}.")
(license license:gpl3+))))
(define-public emacs-ednc
- (let ((commit "940a4adbbeb3b6b1a72270a814d52770dd89a997")
- (revision "1"))
- (package
- (name "emacs-ednc")
- (version (git-version "0.1" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/sinic/ednc")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1gsx2qgv5xm9r0i0axd4hf31g2rq2m4a1hvnif48g4xb0llss73c"))))
- (build-system emacs-build-system)
- (home-page "https://github.com/sinic/ednc")
- (synopsis "Emacs Desktop Notification Center")
- (description
- "The Emacs Desktop Notification Center (EDNC) is an Emacs package
written
+ (package
+ (name "emacs-ednc")
+ (version "0.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sinic/ednc")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1jdlwngxipq5pzs3kgmzwc99aqk6mi3cf1wv228hhmb8nsm1dqgd"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/sinic/ednc")
+ (synopsis "Emacs Desktop Notification Center")
+ (description
+ "The Emacs Desktop Notification Center (EDNC) is an Emacs package written
in pure Lisp that implements a Desktop Notifications service according to the
freedesktop.org specification. EDNC aspires to be a small, but flexible
drop-in replacement of standalone daemons like Dunst.")
- (license license:gpl3+))))
+ (license license:gpl3+)))
(define-public emacs-helm-clojuredocs
(let ((commit "5a7f0f2cb401be0b09e73262a1c18265ab9a3cea"))
- branch master updated (ee02b43488 -> 7f3b9bc429), guix-commits, 2023/06/10
- 01/14: gnu: emacs-tramp: Update to 2.6.0.5., guix-commits, 2023/06/10
- 02/14: gnu: emacs-excorporate: Update to 1.1.1., guix-commits, 2023/06/10
- 03/14: gnu: emacs-modus-themes: Update to 4.2.0., guix-commits, 2023/06/10
- 04/14: gnu: emacs-ednc: Update to 0.2.,
guix-commits <=
- 08/14: gnu: emacs-org-re-reveal: Update to 3.18.3., guix-commits, 2023/06/10
- 10/14: gnu: emacs-tide: Update to 5.1.3., guix-commits, 2023/06/10
- 05/14: gnu: emacs-eldev: Update to 1.4.1., guix-commits, 2023/06/10
- 07/14: gnu: emacs-nano-modeline: Update to 1.0.0., guix-commits, 2023/06/10
- 11/14: gnu: emacs-wucuo: Update to 0.3.0., guix-commits, 2023/06/10
- 09/14: gnu: emacs-orglink: Update to 1.2.2., guix-commits, 2023/06/10
- 14/14: gnu: emacs-julia-snail: Update to 1.2.3., guix-commits, 2023/06/10
- 13/14: gnu: emacs-ef-themes: Update to 1.1.0., guix-commits, 2023/06/10
- 06/14: gnu: emacs-jupyter: Update to 0.8.3., guix-commits, 2023/06/10
- 12/14: gnu: emacs-transient: Update to 0.4.1., guix-commits, 2023/06/10