emacs-packages: update swiper to 0.5.0
This commit is contained in:
parent
6276ebafae
commit
59ab07351b
@ -1093,14 +1093,14 @@ let self = _self // overrides;
|
|||||||
|
|
||||||
swiper = melpaBuild rec {
|
swiper = melpaBuild rec {
|
||||||
pname = "swiper";
|
pname = "swiper";
|
||||||
version = "0.4.0";
|
version = "0.5.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "abo-abo";
|
owner = "abo-abo";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1skgw84j5a59ds86bpdcaf3c8iq2m0fz720chjh91ixhkavvdd87";
|
sha256 = "1a28vignwpcn62xk46w5p5wjfrbcmvs0gz1jgn4ba7ibmn4cmnnm";
|
||||||
};
|
};
|
||||||
fileSpecs = [ "swiper.el" "ivy.el" "colir.el" ];
|
fileSpecs = [ "swiper.el" "ivy.el" "colir.el" "counsel.el" ];
|
||||||
meta = { license = gpl3Plus; };
|
meta = { license = gpl3Plus; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user