Merge pull request #38590 from r-ryantm/auto-update/cheat

cheat: 2.2.2 -> 2.2.3
This commit is contained in:
Jörg Thalheim 2018-04-08 08:55:14 +01:00 committed by GitHub
commit 8c05cc58c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ with python3Packages;
buildPythonApplication rec { buildPythonApplication rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
pname = "cheat"; pname = "cheat";
version = "2.2.2"; version = "2.2.3";
propagatedBuildInputs = [ docopt pygments ]; propagatedBuildInputs = [ docopt pygments ];
@ -12,7 +12,7 @@ buildPythonApplication rec {
owner = "chrisallenlane"; owner = "chrisallenlane";
repo = "cheat"; repo = "cheat";
rev = version; rev = version;
sha256 = "1da4m4n6nivjakpll6jj0aszrv24g2zax74034lzpv3pbh84fvas"; sha256 = "1p9a54fax3b1ilqcwdlccy08ww3igwsyzcyikqivaxj5p6mqq6wl";
}; };
# no tests available # no tests available
doCheck = false; doCheck = false;