Merge pull request #38590 from r-ryantm/auto-update/cheat
cheat: 2.2.2 -> 2.2.3
This commit is contained in:
commit
8c05cc58c3
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ with python3Packages;
|
|||
buildPythonApplication rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "cheat";
|
||||
version = "2.2.2";
|
||||
version = "2.2.3";
|
||||
|
||||
propagatedBuildInputs = [ docopt pygments ];
|
||||
|
||||
|
@ -12,7 +12,7 @@ buildPythonApplication rec {
|
|||
owner = "chrisallenlane";
|
||||
repo = "cheat";
|
||||
rev = version;
|
||||
sha256 = "1da4m4n6nivjakpll6jj0aszrv24g2zax74034lzpv3pbh84fvas";
|
||||
sha256 = "1p9a54fax3b1ilqcwdlccy08ww3igwsyzcyikqivaxj5p6mqq6wl";
|
||||
};
|
||||
# no tests available
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue