NicolasPetton / pass

A major mode for password-store
GNU General Public License v3.0
174 stars 22 forks source link

incorrect pkg requirement version for password-store-otp #64

Open emacsbliss opened 2 months ago

emacsbliss commented 2 months ago

The current code has this:

;; Package-Requires: ((emacs "25") (password-store "1.7.4") (password-store-otp "0.1.5") (f "0.17"))

but https://github.com/volrath/password-store-otp.el/blob/master/password-store-otp.el#L6 has latest version as 0.1.0

this incorrect dependency has caused elpaca to fail to install this package.

Not sure why we have 0.1.5 specified here? Can we correct this?

Thanks!

DamienCassou commented 2 months ago

Melpa says the latest is 0.1.5: https://stable.melpa.org/#/password-store-otp. Maybe the issue should be reported upstream? There is a 0.1.5 tag on git: https://github.com/volrath/password-store-otp.el/tags.

emacsbliss commented 2 months ago

that's interesting.. I'm using elpaca as my package manager and it failed to install pass because elpaca thinks the latest version of password-store-otp is 0.1.0 which seems to match the content of the password-store-otp.el file..