diff options
author | Thanos Apollo <[email protected]> | 2024-03-04 03:36:01 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-03-04 03:36:49 +0200 |
commit | 47d3b747c40c7287906ce608fc378426f5c1cde9 (patch) | |
tree | 7aafde2fc756a6f071629a0b6e2605e599359c2c /gnosis.el | |
parent | cdcfe9064058b45ffcbc395c6f72a894162f8c2a (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.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |