Merge pull request #246089 from hulr/thonny

thonny: 4.0.2 -> 4.1.1
This commit is contained in:
OTABI Tomoya 2023-08-09 17:08:39 +09:00 committed by GitHub
commit 73a383e05a
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 = "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 ];