emacs-packages: update diminish 0.44 -> 0.45

This commit is contained in:
Eric Seidel 2016-01-19 14:16:15 -08:00
parent d1158d3b83
commit 322a691377

View File

@ -415,12 +415,12 @@ let
diminish = melpaBuild rec { diminish = melpaBuild rec {
pname = "diminish"; pname = "diminish";
version = "0.44"; version = "0.45";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "emacsmirror"; owner = "myrjola";
repo = pname; repo = "${pname}.el";
rev = version; rev = "v${version}";
sha256 = "0hshw7z5f8pqxvgxw74kbj6nvprsgfvy45fl854xarnkvqcara09"; sha256 = "0qpgfgp8hrzz4vdifxq8h25n0a0jlzgf7aa1fpy6r0080v5rqbb6";
}; };
meta = { meta = {
description = "Diminishes the amount of space taken on the mode-line by Emacs minor modes"; description = "Diminishes the amount of space taken on the mode-line by Emacs minor modes";