summary refs log tree commit diff
path: root/pkgs/applications/editors/thonny
diff options
context:
space:
mode:
authorMichiel Leenaars <ml.software@leenaa.rs>2018-10-27 21:06:43 +0200
committerMichiel Leenaars <ml.software@leenaa.rs>2018-10-27 21:06:43 +0200
commit7b2906449daa214d9ecb01def9a52b36f2420f60 (patch)
tree797e8b85cc6bf5a1301e660d636cdadef3fb0e75 /pkgs/applications/editors/thonny
parent6419bdac052f5b0f73fa4eb54e55160298e6d435 (diff)
downloadnixpkgs-7b2906449daa214d9ecb01def9a52b36f2420f60.tar
nixpkgs-7b2906449daa214d9ecb01def9a52b36f2420f60.tar.gz
nixpkgs-7b2906449daa214d9ecb01def9a52b36f2420f60.tar.bz2
nixpkgs-7b2906449daa214d9ecb01def9a52b36f2420f60.tar.lz
nixpkgs-7b2906449daa214d9ecb01def9a52b36f2420f60.tar.xz
nixpkgs-7b2906449daa214d9ecb01def9a52b36f2420f60.tar.zst
nixpkgs-7b2906449daa214d9ecb01def9a52b36f2420f60.zip
thonny: 3.0.1 -> 3.0.5
Diffstat (limited to 'pkgs/applications/editors/thonny')
-rw-r--r--pkgs/applications/editors/thonny/default.nix6
1 files changed, 3 insertions, 3 deletions
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; [