use-package icon indicating copy to clipboard operation
use-package copied to clipboard

Question: can you pin specific versions / tags ?

Open PeterMosmans opened this issue 4 years ago • 1 comments

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!

PeterMosmans avatar Feb 22 '21 10:02 PeterMosmans

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

conao3 avatar Feb 22 '21 11:02 conao3

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

skangas avatar Nov 13 '22 19:11 skangas