jwiegley / use-package

A use-package declaration for simplifying your .emacs
https://jwiegley.github.io/use-package
GNU General Public License v3.0
4.41k stars 260 forks source link

Question: can you pin specific versions / tags ? #913

Closed PeterMosmans closed 1 year ago

PeterMosmans commented 3 years ago

Hi,

Thanks for use-package, great extension! This is more of a question (or feature request) than 'issue', but can you pin specific versions or tags of packages? For instance can you specify something like

(use-package helm
:pin "melpa-stable:3.7.0"
)

to ensure that version 3.7.0 published on melpa-stable is installed?

Thanks!

conao3 commented 3 years ago

use-package is not a package manager/downloader, it can't. You may like el-get and use-package integrator, use-package-el-get

skangas commented 1 year ago

@conao3 answered the question, so I'm closing this issue. Thanks.