Skip to content

Commit

Permalink
Merge pull request #197542 from iblech/patch-thonny
Browse files Browse the repository at this point in the history
thonny: 3.3.14 -> 4.0.1
  • Loading branch information
romildo authored Oct 25, 2022
2 parents c2b2d5f + b9cdce4 commit c34254b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/thonny/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit c34254b

Please sign in to comment.