emacsPackages.copilot: 0.2.0 -> 0.3.0
This commit is contained in:
@@ -12,13 +12,13 @@
|
|||||||
}:
|
}:
|
||||||
melpaBuild (finalAttrs: {
|
melpaBuild (finalAttrs: {
|
||||||
pname = "copilot";
|
pname = "copilot";
|
||||||
version = "0.2.0";
|
version = "0.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "copilot-emacs";
|
owner = "copilot-emacs";
|
||||||
repo = "copilot.el";
|
repo = "copilot.el";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
sha256 = "sha256-hIA+qdWoOJI9/hqBUSHhmh+jjzDnPiZkIzszCPuQxd0=";
|
sha256 = "sha256-UA0Ra3sYVFwY1xL8COhOG8dLwtMLiQ7Euq5tk6e8M1g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
files = ''(:defaults "dist")'';
|
files = ''(:defaults "dist")'';
|
||||||
|
|||||||
Reference in New Issue
Block a user