rdallasgray / pallet

A package management tool for Emacs, built on Cask.
279 stars 15 forks source link

Pallet ignores versions #36

Closed sambrightman closed 9 years ago

sambrightman commented 9 years ago

If I do (depends-on "foo-mode" "1.0") then pallet-init overwrites this with a version-less name. I'm currently using this to force an update to a package that is also built-in (is there a better way?).

sambrightman commented 9 years ago

It also seems that the bare name doesn't get upgraded to the new version by Cask when built-in, which could also be considered a bug in Cask?