Merge pull request #39520 from r-ryantm/auto-update/thefuck

thefuck: 3.25 -> 3.26
This commit is contained in:
Jörg Thalheim 2018-04-26 09:00:44 +01:00 committed by GitHub
commit 5c6f84550f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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