emacs-prop-menu: 0.1.2 -> 0.1.2

This commit is contained in:
Thomas Tuegel 2016-09-26 08:32:26 -05:00
parent 3870a67f94
commit 5bd81826b7
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -311,21 +311,6 @@ let
inherit lib;
};
prop-menu = melpaBuild rec {
pname = "prop-menu";
version = "0.1.2";
src = fetchFromGitHub {
owner = "david-christiansen";
repo = "${pname}-el";
rev = version;
sha256 = "18ap2liz5r5a8ja2zz9182fnfm47jnsbyblpq859zks356k37iwc";
};
meta = {
description = "Library for computing context menus based on text properties and overlays in Emacs";
license = gpl3Plus;
};
};
pyvenv = melpaBuild rec {
pname = "pyvenv";
version = "1.7";