aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMekeor Melire <mekeor@posteo.de>2023-05-03 08:02:12 +0200
committerTino Calancha <tino.calancha@gmail.com>2023-05-03 08:19:56 +0200
commit28cec11f1dbe6c4273d30370af45b69c9f408386 (patch)
treea7ce9b2699cdc9ae7788563a470905b0b6c606c4
parent26d2dae04bb76a87be6960861c10432820cd5d55 (diff)
downloadpass-28cec11f1dbe6c4273d30370af45b69c9f408386.tar.zst
emacs: Remove unused s library dependency
Remove the unused dependency on the s library. Suggested in: https://lists.zx2c4.com/pipermail/password-store/2023-April/004751.html
-rw-r--r--contrib/emacs/CHANGELOG.md4
-rw-r--r--contrib/emacs/password-store.el4
2 files changed, 6 insertions, 2 deletions
diff --git a/contrib/emacs/CHANGELOG.md b/contrib/emacs/CHANGELOG.md
index b51ed6f..cd6a581 100644
--- a/contrib/emacs/CHANGELOG.md
+++ b/contrib/emacs/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 2.3.1
+
+* (bug) Drop dependency on s library.
+
# 2.3.0
* (bug) Drop auth-source-pass dependency.
diff --git a/contrib/emacs/password-store.el b/contrib/emacs/password-store.el
index 2d545e2..280aee5 100644
--- a/contrib/emacs/password-store.el
+++ b/contrib/emacs/password-store.el
@@ -4,9 +4,9 @@
;; Author: Svend Sorensen <svend@svends.net>
;; Maintainer: Tino Calancha <tino.calancha@gmail.com>
-;; Version: 2.3.0
+;; Version: 2.3.1
;; URL: https://www.passwordstore.org/
-;; Package-Requires: ((emacs "26") (s "1.9.0") (with-editor "2.5.11"))
+;; Package-Requires: ((emacs "26") (with-editor "2.5.11"))
;; Keywords: tools pass password password-store
;; This file is not part of GNU Emacs.