rranelli / auto-package-update.el

Automatically update Emacs packages.
151 stars 26 forks source link

Updating a package that expanded its `Package-Requires`? #14

Closed greghendershott closed 9 years ago

greghendershott commented 9 years ago

Please see issue 88 on racket-mode.

Recently my package added some dependencies: dash, faceup, s.

I updated my Package-Requires to include them.

But when running auto-package-update, a mutual user of ours got:

Warning (emacs): Unable to activate package racket-mode'. Required packagefaceup-0.0.2' is unavailable
Warning (emacs): Unable to activate package racket-mode'. Required packages-1.9.0' is unavailable

I'm trying to figure out if I did something wrong, or, if this is maybe an issue with auto-package-update?

Note: On a VM that had the older racket-mode, I tried the usual process in the *Packages* buffer. It did did recognize and install the new dependencies.

rranelli commented 9 years ago

Looks like this wasn't an issue with auto-package-update so I'm going to close this. @greghendershott, thanks for stopping by ;)

greghendershott commented 9 years ago

:+1: I should have remembered to come back and close this myself. Thanks again for your help.