Unverified Commit 73a383e0 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #246089 from hulr/thonny

thonny: 4.0.2 -> 4.1.1
parents 80be2b22 bc268c29
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@ with python3.pkgs;

buildPythonApplication rec {
  pname = "thonny";
  version = "4.0.2";
  version = "4.1.1";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "refs/tags/v${version}";
    sha256 = "sha256-TxfpzKAsU/5ble4VzJ+4pokCiyJsdisjmNwWfxOMKzE=";
    hash = "sha256-DlizSm5cDvYXQ8Gok+W/RTSaAWJTkdyTQ4uewOiDVXg=";
  };

  nativeBuildInputs = [ copyDesktopItems ];