Merge pull request #66165 from r-ryantm/auto-update/thonny

thonny: 3.1.2 -> 3.2.0b7
This commit is contained in:
Marek Mahut 2019-08-06 20:52:29 +02:00 committed by GitHub
commit ac95de0d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "thonny";
version = "3.1.2";
version = "3.2.0b7";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "1simqqxm72k5zhavhllkinsyw8ggy6fjs5ppj82g3l5g3919pfna";
sha256 = "0p0hi5rj873cszx9rpbjjq51vs6xys3rlq9v1rya710i3fnw0hqh";
};
propagatedBuildInputs = with python3.pkgs; [