summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-03-04 03:36:01 +0200
committerThanos Apollo <[email protected]>2024-03-04 03:36:49 +0200
commit47d3b747c40c7287906ce608fc378426f5c1cde9 (patch)
tree7aafde2fc756a6f071629a0b6e2605e599359c2c /gnosis.el
parentcdcfe9064058b45ffcbc395c6f72a894162f8c2a (diff)
packaging: Require emacs 29.1
To use read-string-from-buffer we need to use emacs-29. As of now compat does not provide this.
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index e82e2d0..edd0a8c 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -7,7 +7,7 @@
;; URL: https://thanosapollo.org/projects/gnosis
;; Version: 0.2.0-dev
-;; Package-Requires: ((emacs "27.2") (compat "29.1.4.2") (emacsql "20240124"))
+;; Package-Requires: ((emacs "29.1") (emacsql "20240124"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by