3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.neovim: 0.2.4 -> 0.2.6, gem-neovim & gem-msgpack

This commit is contained in:
Issam Maghni 2018-04-29 20:34:26 -04:00
parent 47a7383395
commit cb9f4f1ae3
3 changed files with 8 additions and 8 deletions

View file

@ -1,9 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
msgpack (1.2.2)
msgpack (1.2.4)
multi_json (1.13.1)
neovim (0.6.2)
neovim (0.7.0)
msgpack (~> 1.0)
multi_json (~> 1.0)

View file

@ -2,10 +2,10 @@
msgpack = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1ai0sfdv9jnr333fsvkn7a8vqvn0iwiw83yj603a3i68ds1x6di1";
sha256 = "09xy1wc4wfbd1jdrzgxwmqjzfdfxbz0cqdszq2gv6rmc3gv1c864";
type = "gem";
};
version = "1.2.2";
version = "1.2.4";
};
multi_json = {
source = {
@ -19,9 +19,9 @@
dependencies = ["msgpack" "multi_json"];
source = {
remotes = ["https://rubygems.org"];
sha256 = "15r3j9bwlpm1ry7cp6059xb0irvsvvlmw53i28z6sf2khwfj5j53";
sha256 = "0b487dzz41im8cwzvfjqgf8kkrp6mpkvcbzhazrmqqw8gxyvfbq4";
type = "gem";
};
version = "0.6.2";
version = "0.7.0";
};
}

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "neovim";
version = "0.2.4";
version = "0.2.6";
src = fetchPypi {
inherit pname version;
sha256 = "0accfgyvihs08bwapgakx6w93p4vbrq2448n2z6gw88m2hja9jm3";
sha256 = "0xlj54w9bnmq4vidk6r08hwa6az7drahi08w1qf4j9q45rs8mrbc";
};
checkInputs = [ nose ];