Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
emacsbliss opened this issue Jul 31, 2024 · 2 comments
Open

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

emacsbliss opened this issue Jul 31, 2024 · 2 comments

Comments

@emacsbliss
Copy link

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
Copy link
Collaborator

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
Copy link
Author

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants