Merge pull request #197542 from iblech/patch-thonny

thonny: 3.3.14 -> 4.0.1
This commit is contained in:
José Romildo Malaquias 2022-10-25 11:53:37 -03:00 committed by GitHub
commit c34254b40a
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.14";
version = "4.0.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "13l8blq7y6p7a235x2lfiqml1bd4ba2brm3vfvs8wasjh3fvm9g5";
sha256 = "sha256-VGP9JVw92rk1yXZDqTKcMzJt8t+T8YAg8zYxFaWxGr4=";
};
nativeBuildInputs = [ copyDesktopItems ];