about summary refs log tree commit diff
path: root/pkgs/applications/editors/thonny
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2021-05-02 13:27:40 +0100
committerGitHub <noreply@github.com>2021-05-02 13:27:40 +0100
commit0ae084feb2ff1c04986b153d5e603cfb69bc3809 (patch)
tree8c0e738a9b6cb364dcc53d25685929e28fcd5d2b /pkgs/applications/editors/thonny
parentf587042bb90c109e7b8bb7fc0def2576d87c8681 (diff)
parent8c04500313344dba9a3113425eea85c6b01e9d32 (diff)
Merge pull request #110426 from r-ryantm/auto-update/thonny
thonny: 3.3.2 -> 3.3.6
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 39aefe3fa163a..fa71a612fa8cb 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.3.2";
+  version = "3.3.6";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "1pzy7v48x4ip8v6aqm8hl5ywx7xiqbsfypxxifih8gnlangp1n8y";
+    sha256 = "0ga0pqvq3nglr4jgh8ajv0bv8c7q09h1jh6q6r5cwqa49fawkr02";
   };
 
   propagatedBuildInputs = with python3.pkgs; [