summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/thonny
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-12-24 10:54:45 -0800
committerJon <jonringer@users.noreply.github.com>2019-12-24 12:12:25 -0800
commita8fc904c7c0d66f07d22bcb59a46d2bd72f8ddae (patch)
treef9a375f6ea5181c7c42a9117dce45e33df374b00 /pkgs/applications/editors/thonny
parent9ecdc298f392f5685ac7c644485b4c47a403327e (diff)
thonny: 3.2.3 -> 3.2.4
Diffstat (limited to 'pkgs/applications/editors/thonny')
-rw-r--r--pkgs/applications/editors/thonny/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/thonny/default.nix b/pkgs/applications/editors/thonny/default.nix
index e1c939c93c93..26b7ab5a0fb3 100644
--- a/pkgs/applications/editors/thonny/default.nix
+++ b/pkgs/applications/editors/thonny/default.nix
@@ -4,13 +4,13 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "thonny";
- version = "3.2.3";
+ version = "3.2.4";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
- sha256 = "0wgjwjh6296vs8awl4rylb5nshj9q9kzxv7j4vlmiabll06mx6gi";
+ sha256 = "1hfpjw4fac0kq3n9jqwfzbys6h35qjbh5rpc4jzhlln200h6zvwj";
};
propagatedBuildInputs = with python3.pkgs; [