Skip to content

Commit

Permalink
Merge pull request #62264 from Synthetica9/thefuck329
Browse files Browse the repository at this point in the history
thefuck: 3.28 -> 3.29
  • Loading branch information
Ma27 committed May 30, 2019
2 parents a472b14 + 5f20b10 commit 19195b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/thefuck/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 19195b2

Please sign in to comment.