about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-01-26 12:37:20 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-02-06 20:09:04 +0100
commit2b5bb8d084e44132f6ff2af797505ffeef8b4039 (patch)
treec7dbe59fe882d676f4fa2b9e9768924453b2ecfa /pkgs/applications/editors
parent346e552febad9ad45752fb4798cd961246d31999 (diff)
downloadnixlib-2b5bb8d084e44132f6ff2af797505ffeef8b4039.tar
nixlib-2b5bb8d084e44132f6ff2af797505ffeef8b4039.tar.gz
nixlib-2b5bb8d084e44132f6ff2af797505ffeef8b4039.tar.bz2
nixlib-2b5bb8d084e44132f6ff2af797505ffeef8b4039.tar.lz
nixlib-2b5bb8d084e44132f6ff2af797505ffeef8b4039.tar.xz
nixlib-2b5bb8d084e44132f6ff2af797505ffeef8b4039.tar.zst
nixlib-2b5bb8d084e44132f6ff2af797505ffeef8b4039.zip
thonny: 3.2.4 -> 3.2.6
Diffstat (limited to 'pkgs/applications/editors')
-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 26b7ab5a0fb3..16f1ba4346e9 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.4";
+  version = "3.2.6";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "1hfpjw4fac0kq3n9jqwfzbys6h35qjbh5rpc4jzhlln200h6zvwj";
+    sha256 = "19krnxpp3i1n65zafazvdm9mvnjry5rml0y9imj4365q4bkj20g2";
   };
 
   propagatedBuildInputs = with python3.pkgs; [