From 7b2906449daa214d9ecb01def9a52b36f2420f60 Mon Sep 17 00:00:00 2001 From: Michiel Leenaars Date: Sat, 27 Oct 2018 21:06:43 +0200 Subject: thonny: 3.0.1 -> 3.0.5 --- pkgs/applications/editors/thonny/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/editors/thonny') diff --git a/pkgs/applications/editors/thonny/default.nix b/pkgs/applications/editors/thonny/default.nix index cccf59f3e7b..ba68a5420a8 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.0.1"; + version = "3.0.5"; src = fetchFromBitbucket { owner = "plas"; repo = pname; - rev = "f66bd266deda11534561a01ede53cf1b71d2c3c0"; - sha256 = "0mjskb0gyddybvlbhm10ch1rwzvmci95b018x67bh67bybdl4hm7"; + rev = "e5a1ad4ae9d24066a769489b1e168b4bd6e00b03"; + sha256 = "1lrl5pj9dpw9i5ij863hd47gfd15nmvglqkl2ldwgfn7kgpsdkz5"; }; propagatedBuildInputs = with python3.pkgs; [ -- cgit 1.4.1