about summary refs log tree commit diff
path: root/pkgs/applications/editors/thonny
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-12-07 05:11:09 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-12-07 05:11:09 +0000
commit9a0e2b9f39f816ab2fe709df3cd825cb0c4a34ab (patch)
treea02be8c06ed0837b8f4bc53a47bf86aed9a71f9d /pkgs/applications/editors/thonny
parentb18ce5c1c9c366da419458c42d49b122a0132f90 (diff)
thonny: 3.3.0 -> 3.3.1
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 c3710cf5b22be..0f05bf23c071a 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.0";
+  version = "3.3.1";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "1k1iy01az65w463j6id7iyrbinjbjd220i100mrnxyn569dxmf34";
+    sha256 = "0nk4kx6apmnd6fyd9zw77yprjzgjf7micvcws2i2sci0d9fff34c";
   };
 
   propagatedBuildInputs = with python3.pkgs; [