Skip to content

Commit

Permalink
Fix helm min version requirement
Browse files Browse the repository at this point in the history
helm-system-package uses :persistent-action-if which has been
introduced in helm 2.8.7.
  • Loading branch information
DamienCassou authored and Ambrevar committed Sep 24, 2018
1 parent 30ecf9d commit b7e60c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-system-packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Author: Pierre Neidhardt <[email protected]>
;; URL: https://github.com/emacs-helm/helm-system-packages
;; Version: 1.10.1
;; Package-Requires: ((emacs "24.4") (helm "2.8.6") (seq "1.8"))
;; Package-Requires: ((emacs "24.4") (helm "2.8.7") (seq "1.8"))
;; Keywords: helm, packages

;; This program is free software; you can redistribute it and/or modify
Expand Down

0 comments on commit b7e60c7

Please sign in to comment.