branch: externals/denote
commit d7b84ca39da3a1285e639a4eb7b7ecb0d392e810
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Remove needless package requirement in denote-sequence.el
---
denote-sequence.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote-sequence.el b/denote-sequence.el
index 46d5d2b9ae..89416c9e3d 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -6,7 +6,7 @@
;; Maintainer: Protesilaos Stavrou <[email protected]>
;; URL: https://github.com/protesilaos/denote
;; Version: 0.0.0
-;; Package-Requires: ((emacs "28.1") (denote "3.2.0"))
+;; Package-Requires: ((emacs "28.1"))
;; This file is NOT part of GNU Emacs.