From f87e1208782d0f91fe90806bb199e3acdf1985c4 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Mon, 26 Sep 2016 07:55:03 -0500 Subject: [PATCH] emacs-hydra: 0.13.3 -> 0.13.6 --- pkgs/top-level/emacs-packages.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pkgs/top-level/emacs-packages.nix b/pkgs/top-level/emacs-packages.nix index be960a0e9e12..607fe983a702 100644 --- a/pkgs/top-level/emacs-packages.nix +++ b/pkgs/top-level/emacs-packages.nix @@ -284,21 +284,6 @@ let inherit (external.rtags) meta; }; - hydra = melpaBuild rec { - pname = "hydra"; - version = "0.13.3"; - src = fetchFromGitHub { - owner = "abo-abo"; - repo = pname; - rev = version; - sha256 = "08iw95lyizcyf6cjl37fm8wvay0vsk9758pk9gq9f2xiafcchl7f"; - }; - meta = { - description = "Tie related Emacs commands into a family of short bindings with a common prefix"; - license = gpl3Plus; - }; - }; - ibuffer-vc = melpaBuild rec { pname = "ibuffer-vc"; version = "0.10";