mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
melpa-stable-packages: 2018-02-12
Removals: - elcord: stable tags removed - ob-spice: removed from melpa
This commit is contained in:
parent
943c6c87ad
commit
cd54d37e9e
1 changed files with 82 additions and 103 deletions
|
@ -548,12 +548,12 @@
|
||||||
ac-php = callPackage ({ ac-php-core, auto-complete, fetchFromGitHub, fetchurl, lib, melpaBuild, yasnippet }:
|
ac-php = callPackage ({ ac-php-core, auto-complete, fetchFromGitHub, fetchurl, lib, melpaBuild, yasnippet }:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "ac-php";
|
pname = "ac-php";
|
||||||
version = "2.0.2";
|
version = "2.0.3";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xcwen";
|
owner = "xcwen";
|
||||||
repo = "ac-php";
|
repo = "ac-php";
|
||||||
rev = "b9f455d863d3e92fcf32eaa722447c6d62ee1297";
|
rev = "cf9db85af2db9150e9d9b4fecad874e16ce43f0d";
|
||||||
sha256 = "1mwx61yxsxzd9d6jas61rsc68vc7mrlzkxxyyzcq21qvikadigrk";
|
sha256 = "0gm15f5l91sh7syf60lnvlfnf3vivbk36gddsf3yndiwfsqh7xd0";
|
||||||
};
|
};
|
||||||
recipeFile = fetchurl {
|
recipeFile = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/ac283f1b65c3ba6278e9d3236e5a19734e42b123/recipes/ac-php";
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/ac283f1b65c3ba6278e9d3236e5a19734e42b123/recipes/ac-php";
|
||||||
|
@ -569,12 +569,12 @@
|
||||||
ac-php-core = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild, php-mode, popup, s, xcscope }:
|
ac-php-core = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild, php-mode, popup, s, xcscope }:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "ac-php-core";
|
pname = "ac-php-core";
|
||||||
version = "2.0.2";
|
version = "2.0.3";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xcwen";
|
owner = "xcwen";
|
||||||
repo = "ac-php";
|
repo = "ac-php";
|
||||||
rev = "b9f455d863d3e92fcf32eaa722447c6d62ee1297";
|
rev = "cf9db85af2db9150e9d9b4fecad874e16ce43f0d";
|
||||||
sha256 = "1mwx61yxsxzd9d6jas61rsc68vc7mrlzkxxyyzcq21qvikadigrk";
|
sha256 = "0gm15f5l91sh7syf60lnvlfnf3vivbk36gddsf3yndiwfsqh7xd0";
|
||||||
};
|
};
|
||||||
recipeFile = fetchurl {
|
recipeFile = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/ac283f1b65c3ba6278e9d3236e5a19734e42b123/recipes/ac-php-core";
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/ac283f1b65c3ba6278e9d3236e5a19734e42b123/recipes/ac-php-core";
|
||||||
|
@ -905,12 +905,12 @@
|
||||||
adafruit-wisdom = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }:
|
adafruit-wisdom = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "adafruit-wisdom";
|
pname = "adafruit-wisdom";
|
||||||
version = "0.2.0";
|
version = "0.2.1";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gonewest818";
|
owner = "gonewest818";
|
||||||
repo = "adafruit-wisdom.el";
|
repo = "adafruit-wisdom.el";
|
||||||
rev = "67e1fb17964c09514e7635dba85fb14b0926e49c";
|
rev = "2b353f9029f359eb4eb4f0364bd2fbbedf081e42";
|
||||||
sha256 = "097r31l4fpj4yd2ajv6zwgwn35fwn3c83qg9yzm2rjz1rdcwxlrw";
|
sha256 = "0zyqnwmrj7yigk1z9baqxmzxnwhpxfjz9r1gl090harl69hdp67d";
|
||||||
};
|
};
|
||||||
recipeFile = fetchurl {
|
recipeFile = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/18483af52c26f719fbfde626db84a67750bf4754/recipes/adafruit-wisdom";
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/18483af52c26f719fbfde626db84a67750bf4754/recipes/adafruit-wisdom";
|
||||||
|
@ -2557,12 +2557,12 @@
|
||||||
base16-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }:
|
base16-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "base16-theme";
|
pname = "base16-theme";
|
||||||
version = "2.1";
|
version = "2.2";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "belak";
|
owner = "belak";
|
||||||
repo = "base16-emacs";
|
repo = "base16-emacs";
|
||||||
rev = "f6d3d45a88d8fa2d70eaa26d8ebcef741b370dd1";
|
rev = "10180e88d6d9434cec367b6c91222dd2fc3bd8ae";
|
||||||
sha256 = "19jbvz07qc325mqdzk0q1ycvpibndw0mb7s7bpr0f0nblla0l0sv";
|
sha256 = "01w89g413s1da6rf94y1xnhw79cjy2bqb01yfjs58cy492cm0vr6";
|
||||||
};
|
};
|
||||||
recipeFile = fetchurl {
|
recipeFile = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/30862f6be74882cfb57fb031f7318d3fd15551e3/recipes/base16-theme";
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/30862f6be74882cfb57fb031f7318d3fd15551e3/recipes/base16-theme";
|
||||||
|
@ -2830,12 +2830,12 @@
|
||||||
better-shell = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }:
|
better-shell = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "better-shell";
|
pname = "better-shell";
|
||||||
version = "1.1";
|
version = "1.2";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "killdash9";
|
owner = "killdash9";
|
||||||
repo = "better-shell";
|
repo = "better-shell";
|
||||||
rev = "6ae157da700a4473734dca75925f6bf60e6b3ba7";
|
rev = "f231404b6f8efce33b48e31e5b1566108d0ba000";
|
||||||
sha256 = "14ym7gp57yflf86hxpsjnagxnc0z1jrdc4mbq7wcbh5z8kjkbfpd";
|
sha256 = "1g5bljvigga856ksyvgix9hk0pp9nzic088kp0bqx0zqvcl82v0b";
|
||||||
};
|
};
|
||||||
recipeFile = fetchurl {
|
recipeFile = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/better-shell";
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/better-shell";
|
||||||
|
@ -5486,12 +5486,12 @@
|
||||||
company-php = callPackage ({ ac-php-core, cl-lib ? null, company, fetchFromGitHub, fetchurl, lib, melpaBuild }:
|
company-php = callPackage ({ ac-php-core, cl-lib ? null, company, fetchFromGitHub, fetchurl, lib, melpaBuild }:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "company-php";
|
pname = "company-php";
|
||||||
version = "2.0.2";
|
version = "2.0.3";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xcwen";
|
owner = "xcwen";
|
||||||
repo = "ac-php";
|
repo = "ac-php";
|
||||||
rev = "b9f455d863d3e92fcf32eaa722447c6d62ee1297";
|
rev = "cf9db85af2db9150e9d9b4fecad874e16ce43f0d";
|
||||||
sha256 = "1mwx61yxsxzd9d6jas61rsc68vc7mrlzkxxyyzcq21qvikadigrk";
|
sha256 = "0gm15f5l91sh7syf60lnvlfnf3vivbk36gddsf3yndiwfsqh7xd0";
|
||||||
};
|
};
|
||||||
recipeFile = fetchurl {
|
recipeFile = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/ac283f1b65c3ba6278e9d3236e5a19734e42b123/recipes/company-php";
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/ac283f1b65c3ba6278e9d3236e5a19734e42b123/recipes/company-php";
|
||||||
|
@ -7935,12 +7935,12 @@
|
||||||
dotenv-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }:
|
dotenv-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "dotenv-mode";
|
pname = "dotenv-mode";
|
||||||
version = "0.2.3";
|
version = "0.2.4";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "preetpalS";
|
owner = "preetpalS";
|
||||||
repo = "emacs-dotenv-mode";
|
repo = "emacs-dotenv-mode";
|
||||||
rev = "574bf1e3dfa79aa836c67759d9eec904a6878c77";
|
rev = "f4c52bcd5313379b9f2460db7f7a33119dfa96ea";
|
||||||
sha256 = "0rx0f9vs68lbrjmzsajcxxhv6dm3wjiil12xzqg924d7fx3b1w52";
|
sha256 = "1fplkhxnsgdrg10iqsmw162zny2idz4vvv35spsb9j0hsk8imclc";
|
||||||
};
|
};
|
||||||
recipeFile = fetchurl {
|
recipeFile = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/9fc022c54b90933e70dcedb6a85167c2d9d7ba79/recipes/dotenv-mode";
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/9fc022c54b90933e70dcedb6a85167c2d9d7ba79/recipes/dotenv-mode";
|
||||||
|
@ -8103,12 +8103,12 @@
|
||||||
dtrt-indent = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }:
|
dtrt-indent = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "dtrt-indent";
|
pname = "dtrt-indent";
|
||||||
version = "0.4";
|
version = "0.5";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jscheid";
|
owner = "jscheid";
|
||||||
repo = "dtrt-indent";
|
repo = "dtrt-indent";
|
||||||
rev = "1cca0834800e8f775a558e84fc6d4fdcb6a235d0";
|
rev = "a87d3d9cf8d4d8cb6f108004e425f9a557683b75";
|
||||||
sha256 = "0vq1qz12kbphl9hfsnq1v2yzsy0p6v6wi4h9b3a0iwvbya4f110l";
|
sha256 = "0dia1xc8mng9bg987cpnhr2lciw4qbqsvzs4ayakrqfl2g3ny2qn";
|
||||||
};
|
};
|
||||||
recipeFile = fetchurl {
|
recipeFile = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/61bcbcfa6c0f38a1d87f5b6913b8be6c50ef2994/recipes/dtrt-indent";
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/61bcbcfa6c0f38a1d87f5b6913b8be6c50ef2994/recipes/dtrt-indent";
|
||||||
|
@ -9178,27 +9178,6 @@
|
||||||
license = lib.licenses.free;
|
license = lib.licenses.free;
|
||||||
};
|
};
|
||||||
}) {};
|
}) {};
|
||||||
elcord = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }:
|
|
||||||
melpaBuild {
|
|
||||||
pname = "elcord";
|
|
||||||
version = "1.0.0";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "Zulu-Inuoe";
|
|
||||||
repo = "elcord";
|
|
||||||
rev = "91c665fd832ef3b79c3eb810b7a6b08979a352cd";
|
|
||||||
sha256 = "04nxyj94rmi22wfasi4lavn3lzkcpxpr5ksfqc8dfq9bllz4c9pa";
|
|
||||||
};
|
|
||||||
recipeFile = fetchurl {
|
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/36b64d0fead049df5ebd6606943a8f769324539e/recipes/elcord";
|
|
||||||
sha256 = "044mwil9alh2v7bjj8yvx8azym2b7a5xb0c7y0r0k2vj72wiirjb";
|
|
||||||
name = "elcord";
|
|
||||||
};
|
|
||||||
packageRequires = [ emacs ];
|
|
||||||
meta = {
|
|
||||||
homepage = "https://melpa.org/#/elcord";
|
|
||||||
license = lib.licenses.free;
|
|
||||||
};
|
|
||||||
}) {};
|
|
||||||
eldoc-eval = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }:
|
eldoc-eval = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "eldoc-eval";
|
pname = "eldoc-eval";
|
||||||
|
@ -9923,12 +9902,12 @@
|
||||||
emms-player-mpv = callPackage ({ emms, fetchFromGitHub, fetchurl, lib, melpaBuild }:
|
emms-player-mpv = callPackage ({ emms, fetchFromGitHub, fetchurl, lib, melpaBuild }:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "emms-player-mpv";
|
pname = "emms-player-mpv";
|
||||||
version = "0.0.12";
|
version = "0.0.13";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dochang";
|
owner = "dochang";
|
||||||
repo = "emms-player-mpv";
|
repo = "emms-player-mpv";
|
||||||
rev = "8c72282c98f9b10601e9a6901277040cda4b33aa";
|
rev = "6d526fe618c3cebf7fbc5f0d3f0a225de16a76c7";
|
||||||
sha256 = "1h37kqhsi1x5xgxfp1i72vfdx5c2klblzmphf6mih3fvw3pcyxi6";
|
sha256 = "0jq67lngpz7iqwqfsl95r5p26cnnq7ldcj534nm86hwm6jfij564";
|
||||||
};
|
};
|
||||||
recipeFile = fetchurl {
|
recipeFile = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/9679cb8d4b3b9dce1e0bff16647ea3f3e02c4189/recipes/emms-player-mpv";
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/9679cb8d4b3b9dce1e0bff16647ea3f3e02c4189/recipes/emms-player-mpv";
|
||||||
|
@ -12318,8 +12297,8 @@
|
||||||
sha256 = "16p7qmljjki4svci3mxzydmvpxaprbnfq6794b3adyyixkmgr6k7";
|
sha256 = "16p7qmljjki4svci3mxzydmvpxaprbnfq6794b3adyyixkmgr6k7";
|
||||||
};
|
};
|
||||||
recipeFile = fetchurl {
|
recipeFile = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/d7a6fc9f99241ff8e3a9c1fb12418d4d69d9e203/recipes/faustine";
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/8b4c6b03c5ff78ce327dcf66b175e266bbc53dbf/recipes/faustine";
|
||||||
sha256 = "1hyvkd4y28smdp30bkky6bwmqwlxjrq136wp7112371w963iwjsb";
|
sha256 = "1blmz993xrwkyr7snj7rm07s07imgpdlfqi6wxkm4ns6iwa2q60s";
|
||||||
name = "faustine";
|
name = "faustine";
|
||||||
};
|
};
|
||||||
packageRequires = [ emacs faust-mode ];
|
packageRequires = [ emacs faust-mode ];
|
||||||
|
@ -12965,22 +12944,22 @@
|
||||||
license = lib.licenses.free;
|
license = lib.licenses.free;
|
||||||
};
|
};
|
||||||
}) {};
|
}) {};
|
||||||
flycheck-dmd-dub = callPackage ({ fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild }:
|
flycheck-dmd-dub = callPackage ({ f, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild }:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "flycheck-dmd-dub";
|
pname = "flycheck-dmd-dub";
|
||||||
version = "0.9";
|
version = "0.12";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "atilaneves";
|
owner = "atilaneves";
|
||||||
repo = "flycheck-dmd-dub";
|
repo = "flycheck-dmd-dub";
|
||||||
rev = "e8744adaba010415055ac15c702f780dd6e13e14";
|
rev = "41a839e18eb7159175c59a2f8b2f5f283191e33f";
|
||||||
sha256 = "1ap5hgvaccmf2xkfvyp7rqcfjwmiy6mhr6ccgahxm2z0vm51kpyh";
|
sha256 = "0a78np6nb9ciz440n9ks6kybwggkq99knzv7swbmvngvhg96khbx";
|
||||||
};
|
};
|
||||||
recipeFile = fetchurl {
|
recipeFile = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/a812594901c1099283bdf51fbea1aa077cfc588d/recipes/flycheck-dmd-dub";
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/a812594901c1099283bdf51fbea1aa077cfc588d/recipes/flycheck-dmd-dub";
|
||||||
sha256 = "0pg3sf7h6xqv65yqclhlb7fx1mp2w0m3qk4vji6m438kxy6fhzqm";
|
sha256 = "0pg3sf7h6xqv65yqclhlb7fx1mp2w0m3qk4vji6m438kxy6fhzqm";
|
||||||
name = "flycheck-dmd-dub";
|
name = "flycheck-dmd-dub";
|
||||||
};
|
};
|
||||||
packageRequires = [ flycheck ];
|
packageRequires = [ f flycheck ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://melpa.org/#/flycheck-dmd-dub";
|
homepage = "https://melpa.org/#/flycheck-dmd-dub";
|
||||||
license = lib.licenses.free;
|
license = lib.licenses.free;
|
||||||
|
@ -18525,6 +18504,27 @@
|
||||||
license = lib.licenses.free;
|
license = lib.licenses.free;
|
||||||
};
|
};
|
||||||
}) {};
|
}) {};
|
||||||
|
helm-rg = callPackage ({ cl-lib ? null, dash, emacs, fetchFromGitHub, fetchurl, helm, lib, melpaBuild }:
|
||||||
|
melpaBuild {
|
||||||
|
pname = "helm-rg";
|
||||||
|
version = "0.1";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "cosmicexplorer";
|
||||||
|
repo = "helm-rg";
|
||||||
|
rev = "96dcbeb366caa0b158668384113458ee5f7c4dfd";
|
||||||
|
sha256 = "1k9yv9iw694alf5w7555ygk2i1b26i90rqq7ny63a4nd3y5cbs5f";
|
||||||
|
};
|
||||||
|
recipeFile = fetchurl {
|
||||||
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/958fbafdcb214f1ec89fd0d84c6600c89890e0cf/recipes/helm-rg";
|
||||||
|
sha256 = "0gfq59540q9s6mr04q7dz638zqmqbqmbl1qaczddgmjn4vyjmf7v";
|
||||||
|
name = "helm-rg";
|
||||||
|
};
|
||||||
|
packageRequires = [ cl-lib dash emacs helm ];
|
||||||
|
meta = {
|
||||||
|
homepage = "https://melpa.org/#/helm-rg";
|
||||||
|
license = lib.licenses.free;
|
||||||
|
};
|
||||||
|
}) {};
|
||||||
helm-robe = callPackage ({ fetchFromGitHub, fetchurl, helm, lib, melpaBuild }:
|
helm-robe = callPackage ({ fetchFromGitHub, fetchurl, helm, lib, melpaBuild }:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "helm-robe";
|
pname = "helm-robe";
|
||||||
|
@ -18819,22 +18819,22 @@
|
||||||
license = lib.licenses.free;
|
license = lib.licenses.free;
|
||||||
};
|
};
|
||||||
}) {};
|
}) {};
|
||||||
helpful = callPackage ({ dash, dash-functional, elisp-refs, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, s, shut-up }:
|
helpful = callPackage ({ dash, dash-functional, elisp-refs, emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild, s, shut-up }:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "helpful";
|
pname = "helpful";
|
||||||
version = "0.6";
|
version = "0.7";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Wilfred";
|
owner = "Wilfred";
|
||||||
repo = "helpful";
|
repo = "helpful";
|
||||||
rev = "e1b660e2a48b39b0a81119c2593362dd60076757";
|
rev = "3ae20551fb0ce199deff47534a475cab50f19237";
|
||||||
sha256 = "031hglxwlq8fryi8vs11hyflcrk09qc9qja28nqby0adn20z47mc";
|
sha256 = "1zb2zfyflabhar8smvpxcdmkla7camaq2srq6dk2xc66226vj9rn";
|
||||||
};
|
};
|
||||||
recipeFile = fetchurl {
|
recipeFile = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/889d34b654de13bd413d46071a5ff191cbf3d157/recipes/helpful";
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/889d34b654de13bd413d46071a5ff191cbf3d157/recipes/helpful";
|
||||||
sha256 = "17w9j5v1r2c8ka1fpzbr295cgnsbiw8fxlslh4zbjqzaazamchn2";
|
sha256 = "17w9j5v1r2c8ka1fpzbr295cgnsbiw8fxlslh4zbjqzaazamchn2";
|
||||||
name = "helpful";
|
name = "helpful";
|
||||||
};
|
};
|
||||||
packageRequires = [ dash dash-functional elisp-refs emacs s shut-up ];
|
packageRequires = [ dash dash-functional elisp-refs emacs f s shut-up ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://melpa.org/#/helpful";
|
homepage = "https://melpa.org/#/helpful";
|
||||||
license = lib.licenses.free;
|
license = lib.licenses.free;
|
||||||
|
@ -20690,12 +20690,12 @@
|
||||||
intero = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, flycheck, haskell-mode, lib, melpaBuild }:
|
intero = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, flycheck, haskell-mode, lib, melpaBuild }:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "intero";
|
pname = "intero";
|
||||||
version = "0.1.23";
|
version = "0.1.26";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "commercialhaskell";
|
owner = "commercialhaskell";
|
||||||
repo = "intero";
|
repo = "intero";
|
||||||
rev = "3865aad923559bee140eaede20c3510890979930";
|
rev = "f85e1b47df3bb328be0de34120950cecb3465055";
|
||||||
sha256 = "1q6q2hnqf78kxd61nic4zjx7crbv8p25p4aq0h4vihamm8r0v7vm";
|
sha256 = "1zng4sliygg1l0jamprx9pfs85jiy19gwxpcy2hs3s4hc7yxjdds";
|
||||||
};
|
};
|
||||||
recipeFile = fetchurl {
|
recipeFile = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/1b56ca344ad944e03b669a9974e9b734b5b445bb/recipes/intero";
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/1b56ca344ad944e03b669a9974e9b734b5b445bb/recipes/intero";
|
||||||
|
@ -25787,13 +25787,13 @@
|
||||||
pname = "notmuch";
|
pname = "notmuch";
|
||||||
version = "0.26";
|
version = "0.26";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://git.notmuchmail.org/git/notmuch";
|
url = "https://git.notmuchmail.org/git/notmuch";
|
||||||
rev = "3c4e64d976eb561ac5157df1bbe5882e3e65b583";
|
rev = "3c4e64d976eb561ac5157df1bbe5882e3e65b583";
|
||||||
sha256 = "00a9ggrc63n88g7vp57c09r859pl2dbxnqgf543ks94lm0jzyz3f";
|
sha256 = "00a9ggrc63n88g7vp57c09r859pl2dbxnqgf543ks94lm0jzyz3f";
|
||||||
};
|
};
|
||||||
recipeFile = fetchurl {
|
recipeFile = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/b19f21ed7485036e799ccd88edbf7896a379d759/recipes/notmuch";
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/d05fbde3aabfec4efdd19a33fd2b1297905acb5a/recipes/notmuch";
|
||||||
sha256 = "173d1gf5rd4nbjwg91486ibg54n3qlpwgyvkcy4d30jm4vqwqrqv";
|
sha256 = "0pznpl0aqybdg4b2qypq6k4jac64sssqhgz6rvk9g2nkqhkds1x7";
|
||||||
name = "notmuch";
|
name = "notmuch";
|
||||||
};
|
};
|
||||||
packageRequires = [];
|
packageRequires = [];
|
||||||
|
@ -26180,27 +26180,6 @@
|
||||||
license = lib.licenses.free;
|
license = lib.licenses.free;
|
||||||
};
|
};
|
||||||
}) {};
|
}) {};
|
||||||
ob-spice = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, org, spice-mode }:
|
|
||||||
melpaBuild {
|
|
||||||
pname = "ob-spice";
|
|
||||||
version = "0.4.2";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "stardiviner";
|
|
||||||
repo = "ob-spice";
|
|
||||||
rev = "790faa67b0c57ca76e8814a1fa60b4dd774412c0";
|
|
||||||
sha256 = "0rn3j88ry38500vfaj0myx148nd5kh1jwja6j221ydd6v5wqws6d";
|
|
||||||
};
|
|
||||||
recipeFile = fetchurl {
|
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ob-spice";
|
|
||||||
sha256 = "0nhdcvq7yvprz4323836k507w0g1lh3rdfr6dqrbj29yvsqfw0x2";
|
|
||||||
name = "ob-spice";
|
|
||||||
};
|
|
||||||
packageRequires = [ org spice-mode ];
|
|
||||||
meta = {
|
|
||||||
homepage = "https://melpa.org/#/ob-spice";
|
|
||||||
license = lib.licenses.free;
|
|
||||||
};
|
|
||||||
}) {};
|
|
||||||
ob-translate = callPackage ({ fetchFromGitHub, fetchurl, google-translate, lib, melpaBuild, org }:
|
ob-translate = callPackage ({ fetchFromGitHub, fetchurl, google-translate, lib, melpaBuild, org }:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "ob-translate";
|
pname = "ob-translate";
|
||||||
|
@ -26481,8 +26460,8 @@
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OmniSharp";
|
owner = "OmniSharp";
|
||||||
repo = "omnisharp-emacs";
|
repo = "omnisharp-emacs";
|
||||||
rev = "588b8482685adedbc56933cb13c58d9cc6a82456";
|
rev = "7a6fe00e841106b17e7554f8a21f8457d12c5197";
|
||||||
sha256 = "1iqwxc19jvcb2gsm2aq59zblg1qjmbxgb2yl3h3aybqp968j3i00";
|
sha256 = "1vrgj2irm87pykfjyx27a46g5xam7rxwjdfqh4jl6p8cgzgprrrg";
|
||||||
};
|
};
|
||||||
recipeFile = fetchurl {
|
recipeFile = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/e327c483be04de32638b420c5b4e043d12a2cd01/recipes/omnisharp";
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/e327c483be04de32638b420c5b4e043d12a2cd01/recipes/omnisharp";
|
||||||
|
@ -36566,22 +36545,22 @@
|
||||||
license = lib.licenses.free;
|
license = lib.licenses.free;
|
||||||
};
|
};
|
||||||
}) {};
|
}) {};
|
||||||
treemacs = callPackage ({ ace-window, cl-lib ? null, dash, emacs, f, fetchFromGitHub, fetchurl, hydra, lib, melpaBuild, pfuture, s }:
|
treemacs = callPackage ({ ace-window, cl-lib ? null, dash, emacs, f, fetchFromGitHub, fetchurl, ht, hydra, lib, melpaBuild, pfuture, s }:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "treemacs";
|
pname = "treemacs";
|
||||||
version = "1.16.1";
|
version = "1.18";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Alexander-Miller";
|
owner = "Alexander-Miller";
|
||||||
repo = "treemacs";
|
repo = "treemacs";
|
||||||
rev = "ef7597d5e99d50efd014bfa9f01046956d0da95f";
|
rev = "2bab3bfb6e75d44d42e1055c4e9bb44400a46475";
|
||||||
sha256 = "15379w0frxwl9p1xraqapn9r2wra75g8mjybj41jd1y65acjg9wg";
|
sha256 = "0zzm17cv1j25b2hj6vlqwi7iglqckijqbsvap0lkijimaipzpq52";
|
||||||
};
|
};
|
||||||
recipeFile = fetchurl {
|
recipeFile = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs";
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs";
|
||||||
sha256 = "0zbnw48wrbq9g7vlwxapxpq9xz8cqyr63814w0pqnh6j40ia7r2a";
|
sha256 = "0zbnw48wrbq9g7vlwxapxpq9xz8cqyr63814w0pqnh6j40ia7r2a";
|
||||||
name = "treemacs";
|
name = "treemacs";
|
||||||
};
|
};
|
||||||
packageRequires = [ ace-window cl-lib dash emacs f hydra pfuture s ];
|
packageRequires = [ ace-window cl-lib dash emacs f ht hydra pfuture s ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://melpa.org/#/treemacs";
|
homepage = "https://melpa.org/#/treemacs";
|
||||||
license = lib.licenses.free;
|
license = lib.licenses.free;
|
||||||
|
@ -36590,12 +36569,12 @@
|
||||||
treemacs-evil = callPackage ({ evil, fetchFromGitHub, fetchurl, lib, melpaBuild, treemacs }:
|
treemacs-evil = callPackage ({ evil, fetchFromGitHub, fetchurl, lib, melpaBuild, treemacs }:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "treemacs-evil";
|
pname = "treemacs-evil";
|
||||||
version = "1.16.1";
|
version = "1.18";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Alexander-Miller";
|
owner = "Alexander-Miller";
|
||||||
repo = "treemacs";
|
repo = "treemacs";
|
||||||
rev = "ef7597d5e99d50efd014bfa9f01046956d0da95f";
|
rev = "2bab3bfb6e75d44d42e1055c4e9bb44400a46475";
|
||||||
sha256 = "15379w0frxwl9p1xraqapn9r2wra75g8mjybj41jd1y65acjg9wg";
|
sha256 = "0zzm17cv1j25b2hj6vlqwi7iglqckijqbsvap0lkijimaipzpq52";
|
||||||
};
|
};
|
||||||
recipeFile = fetchurl {
|
recipeFile = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-evil";
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-evil";
|
||||||
|
@ -36611,12 +36590,12 @@
|
||||||
treemacs-projectile = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, projectile, treemacs }:
|
treemacs-projectile = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, projectile, treemacs }:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "treemacs-projectile";
|
pname = "treemacs-projectile";
|
||||||
version = "1.16.1";
|
version = "1.18";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Alexander-Miller";
|
owner = "Alexander-Miller";
|
||||||
repo = "treemacs";
|
repo = "treemacs";
|
||||||
rev = "ef7597d5e99d50efd014bfa9f01046956d0da95f";
|
rev = "2bab3bfb6e75d44d42e1055c4e9bb44400a46475";
|
||||||
sha256 = "15379w0frxwl9p1xraqapn9r2wra75g8mjybj41jd1y65acjg9wg";
|
sha256 = "0zzm17cv1j25b2hj6vlqwi7iglqckijqbsvap0lkijimaipzpq52";
|
||||||
};
|
};
|
||||||
recipeFile = fetchurl {
|
recipeFile = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-projectile";
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-projectile";
|
||||||
|
@ -39305,13 +39284,13 @@
|
||||||
pname = "yatex";
|
pname = "yatex";
|
||||||
version = "1.80";
|
version = "1.80";
|
||||||
src = fetchhg {
|
src = fetchhg {
|
||||||
url = "https://www.yatex.org/hgrepos/yatex/";
|
url = "https://www.yatex.org/hgrepos/yatex";
|
||||||
rev = "b1896ef49747";
|
rev = "b1896ef49747";
|
||||||
sha256 = "1a8qc1krskl5qdy4fikilrrzrwmrghs4h1yaj5lclzywpc67zi8b";
|
sha256 = "1a8qc1krskl5qdy4fikilrrzrwmrghs4h1yaj5lclzywpc67zi8b";
|
||||||
};
|
};
|
||||||
recipeFile = fetchurl {
|
recipeFile = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/milkypostman/melpa/e28710244a1bef8f56156fe1c271520896a9c694/recipes/yatex";
|
url = "https://raw.githubusercontent.com/milkypostman/melpa/9854c39fc1889891fe460d0d5ac9224de3f6c635/recipes/yatex";
|
||||||
sha256 = "17np4am7yan1bh4706azf8in60c41158h3z591478j5b1w13y5a6";
|
sha256 = "1qbqdsqf5s61hyyzx84csnby242n5sdcmcw55pa8r16j8kyzgrc0";
|
||||||
name = "yatex";
|
name = "yatex";
|
||||||
};
|
};
|
||||||
packageRequires = [];
|
packageRequires = [];
|
||||||
|
|
Loading…
Reference in a new issue