about summary refs log tree commit diff
path: root/pkgs/applications/editors/thonny
diff options
context:
space:
mode:
authorIngo Blechschmidt <iblech@speicherleck.de>2022-10-24 14:57:18 +0200
committerIngo Blechschmidt <iblech@speicherleck.de>2022-10-24 14:57:18 +0200
commitb9cdce459b8f12895b7d20921f73ffa15913d066 (patch)
treec2094fab82041b18a3dcf244a7d3b93b682f3daf /pkgs/applications/editors/thonny
parent99c96d24b183d6ba6ff97f04d01a7c8ec8202ed9 (diff)
thonny: 3.3.14 -> 4.0.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 eb6ba73b2e0b9..d859b5c888400 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.14";
+  version = "4.0.1";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "13l8blq7y6p7a235x2lfiqml1bd4ba2brm3vfvs8wasjh3fvm9g5";
+    sha256 = "sha256-VGP9JVw92rk1yXZDqTKcMzJt8t+T8YAg8zYxFaWxGr4=";
   };
 
   nativeBuildInputs = [ copyDesktopItems ];