thefuck: 3.26 -> 3.27

This commit is contained in:
Patrick Hilhorst 2018-05-22 22:01:26 +02:00
parent 14285a7806
commit 180eff1c4a
No known key found for this signature in database
GPG key ID: 589BB0A8DAFEF2B2

View file

@ -5,13 +5,13 @@
buildPythonApplication rec {
pname = "thefuck";
version = "3.26";
version = "3.27";
src = fetchFromGitHub {
owner = "nvbn";
repo = "${pname}";
rev = version;
sha256 = "0iyihbp94z38xajy8yfbn3ky7irnam1zwyswg34cw4kkfgggrwhz";
sha256 = "1lsg0g9lnpj2nidggm16b7jm4xzhg0dgy81crfzny62hah1zk0pj";
};
propagatedBuildInputs = [ colorama decorator psutil pyte six ];