Merge pull request #49303 from leenaars/thonny

thonny: 3.0.1 -> 3.0.5
This commit is contained in:
markuskowa 2018-10-28 21:28:17 +01:00 committed by GitHub
commit 3354820e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

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; [