thonny: 3.0.1 -> 3.0.5

This commit is contained in:
Michiel Leenaars 2018-10-27 21:06:43 +02:00
parent 6419bdac05
commit 7b2906449d

View File

@ -4,13 +4,13 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "thonny";
version = "3.0.1";
version = "3.0.5";
src = fetchFromBitbucket {
owner = "plas";
repo = pname;
rev = "f66bd266deda11534561a01ede53cf1b71d2c3c0";
sha256 = "0mjskb0gyddybvlbhm10ch1rwzvmci95b018x67bh67bybdl4hm7";
rev = "e5a1ad4ae9d24066a769489b1e168b4bd6e00b03";
sha256 = "1lrl5pj9dpw9i5ij863hd47gfd15nmvglqkl2ldwgfn7kgpsdkz5";
};
propagatedBuildInputs = with python3.pkgs; [