cheat: 2.1.27 -> 2.2.0

This commit is contained in:
Jörg Thalheim 2017-03-01 10:17:43 +01:00
parent 1fb6fc28cf
commit f1ae64ba41
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -1,14 +1,14 @@
{ python3Packages, fetchurl, lib }: { python3Packages, fetchurl, lib }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
version = "2.1.28"; version = "2.2.0";
name = "cheat-${version}"; name = "cheat-${version}";
propagatedBuildInputs = with python3Packages; [ docopt pygments ]; propagatedBuildInputs = with python3Packages; [ docopt pygments ];
src = fetchurl { src = fetchurl {
url = "mirror://pypi/c/cheat/${name}.tar.gz"; url = "mirror://pypi/c/cheat/${name}.tar.gz";
sha256 = "1a5c5f3dx3dmmvv75q2w6v2xb1i6733c0f8knr6spapvlim5i0c5"; sha256 = "16pg1bgyfjvzpm2rbi411ckf3gljg9v1vzd5qhp23g69ch6yr138";
}; };
# no tests available # no tests available
doCheck = false; doCheck = false;