summary refs log tree commit diff
path: root/pkgs/applications/editors/thonny
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 22:45:06 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 22:45:06 -0700
commit01681dfff7df907b87e83d973f7e1de7eab6a2fa (patch)
treec25758daaac5e132ea32e0b2a04ed7badd9b946d /pkgs/applications/editors/thonny
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
downloadnixpkgs-01681dfff7df907b87e83d973f7e1de7eab6a2fa.tar
nixpkgs-01681dfff7df907b87e83d973f7e1de7eab6a2fa.tar.gz
nixpkgs-01681dfff7df907b87e83d973f7e1de7eab6a2fa.tar.bz2
nixpkgs-01681dfff7df907b87e83d973f7e1de7eab6a2fa.tar.lz
nixpkgs-01681dfff7df907b87e83d973f7e1de7eab6a2fa.tar.xz
nixpkgs-01681dfff7df907b87e83d973f7e1de7eab6a2fa.tar.zst
nixpkgs-01681dfff7df907b87e83d973f7e1de7eab6a2fa.zip
thonny: 3.1.2 -> 3.2.0b7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/thonny/versions
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 5f87aad8a87..a6179452f4d 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.1.2";
+  version = "3.2.0b7";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "1simqqxm72k5zhavhllkinsyw8ggy6fjs5ppj82g3l5g3919pfna";
+    sha256 = "0p0hi5rj873cszx9rpbjjq51vs6xys3rlq9v1rya710i3fnw0hqh";
   };
 
   propagatedBuildInputs = with python3.pkgs; [