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

Emacs continues to see the old version of helm #5809

Closed
mgoldenbe opened this issue Nov 13, 2018 · 4 comments
Closed

Emacs continues to see the old version of helm #5809

mgoldenbe opened this issue Nov 13, 2018 · 4 comments

Comments

@mgoldenbe
Copy link

mgoldenbe commented Nov 13, 2018

The version of helm at melpa.org/#/ that I see in the browser is 20181112.1139, but the package manager keeps showing the one from two days earlier (20181110.1615)...

My configuration (Emacs 25.2.2):

(require 'package)
(add-to-list 'package-archives
             '("melpa" . "http://melpa.org/packages/"))
(package-initialize)
(package-refresh-contents)
@Silex
Copy link
Contributor

Silex commented Nov 13, 2018

You need to update your packages... if I remember well you do that in M-x list-packages

@mgoldenbe
Copy link
Author

Doesn't do anything.

@milkypostman
Copy link
Member

milkypostman commented Nov 13, 2018 via email

@mgoldenbe
Copy link
Author

I cannot investigate this further at the moment; switched to stable.melpa.

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

4 participants