[PATCH] emacs: Drop dependency on s library

Mekeor Melire mekeor at posteo.de
Tue Apr 25 23:19:05 UTC 2023


The "f" library provides functions for string manipulations. We can
safely remove it since we are not using it.
---
 contrib/emacs/CHANGELOG.md      | 4 ++++
 contrib/emacs/password-store.el | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

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..7a4d17a 100644
--- a/contrib/emacs/password-store.el
+++ b/contrib/emacs/password-store.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Tino Calancha <tino.calancha at gmail.com>
 ;; Version: 2.3.0
 ;; 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.

base-commit: 26d2dae04bb76a87be6960861c10432820cd5d55
-- 
2.39.2



More information about the Password-Store mailing list