emacs-packages: dash 2.9.0 -> 2.11.0

This commit is contained in:
Eric Seidel 2015-07-30 10:52:30 -07:00
parent 8530845cf6
commit f21a749951

View File

@ -327,12 +327,12 @@ let self = _self // overrides;
dash = melpaBuild rec {
pname = "dash";
version = "2.9.0";
version = "2.11.0";
src = fetchFromGitHub {
owner = "magnars";
repo = "${pname}.el";
rev = version;
sha256 = "1lg31s8y6ljsz6ps765ia5px39wim626xy8fbc4jpk8fym1jh7ay";
sha256 = "02gfrcda7gj3j5yx71dz40xylrafl4pcaj7bgfajqi9by0w2nrnx";
};
meta = { license = gpl3Plus; };
};