Skip to content

Commit

Permalink
cheat: 2.1.27 -> 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Mar 8, 2017
1 parent 1fb6fc2 commit f1ae64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/cheat/default.nix
@@ -1,14 +1,14 @@
{ python3Packages, fetchurl, lib }:

python3Packages.buildPythonApplication rec {
version = "2.1.28";
version = "2.2.0";
name = "cheat-${version}";

propagatedBuildInputs = with python3Packages; [ docopt pygments ];

src = fetchurl {
url = "mirror://pypi/c/cheat/${name}.tar.gz";
sha256 = "1a5c5f3dx3dmmvv75q2w6v2xb1i6733c0f8knr6spapvlim5i0c5";
sha256 = "16pg1bgyfjvzpm2rbi411ckf3gljg9v1vzd5qhp23g69ch6yr138";
};
# no tests available
doCheck = false;
Expand Down

0 comments on commit f1ae64b

Please sign in to comment.