thefuck: 3.28 -> 3.29

This commit is contained in:
Patrick Hilhorst 2019-05-30 22:23:54 +02:00
parent a472b1449d
commit 5f20b10b52
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.28";
version = "3.29";
src = fetchFromGitHub {
owner = "nvbn";
repo = "${pname}";
rev = version;
sha256 = "070b2sx8r0b4hry6xg97psxlikxghmz91zicg2cm6kc1yhgz4agc";
sha256 = "1qhxwjjgrzpqrqjv7l2847ywpln76lyd6j8bl9gz2r6kl0fx2fqs";
};
propagatedBuildInputs = [ colorama decorator psutil pyte six ];