Unverified Commit da015313 authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by GitHub
Browse files

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

thonny: 4.1.2 -> 4.1.4
parents 84c3e953 6630a05c
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.1.2";
  version = "4.1.4";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-vVDTizU+WDWJ75Ln93TAFYn7PJq5qc3hxVJiNGtK24g=";
    hash = "sha256-f4wR5OPzWbtSqE+hSW2zD8u3pPl5nPTtGvf2LzOXjI4=";
  };

  nativeBuildInputs = [ copyDesktopItems ];