thonny: 4.1.6 -> 4.1.7 (#367024)

This commit is contained in:
Wolfgang Walther
2024-12-22 19:47:32 +01:00
committed by GitHub
+3 -3
View File
@@ -12,13 +12,13 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "thonny";
version = "4.1.6";
version = "4.1.7";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-/ms2RESnV3bsJpK1zYYLHNUu1FtA6PntaseTbKMfUMc=";
tag = "v${version}";
hash = "sha256-RnjnXB5jU13uwRpL/Pn14QY7fRbRkq09Vopc3fv+z+Y=";
};
nativeBuildInputs = [