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

thonny: 3.3.2 -> 3.3.6
This commit is contained in:
Luke Granger-Brown 2021-05-02 13:27:40 +01:00 committed by GitHub
commit 0ae084feb2
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.3.2";
version = "3.3.6";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "1pzy7v48x4ip8v6aqm8hl5ywx7xiqbsfypxxifih8gnlangp1n8y";
sha256 = "0ga0pqvq3nglr4jgh8ajv0bv8c7q09h1jh6q6r5cwqa49fawkr02";
};
propagatedBuildInputs = with python3.pkgs; [