password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit 28cec11f1dbe6c4273d30370af45b69c9f408386
parent 26d2dae04bb76a87be6960861c10432820cd5d55
Author: Mekeor Melire <mekeor@posteo.de>
Date:   Wed,  3 May 2023 08:02:12 +0200

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

Diffstat:
Mcontrib/emacs/CHANGELOG.md | 4++++
Mcontrib/emacs/password-store.el | 4++--
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git 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 @@ -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.