about summary refs log tree commit diff
path: root/pkgs/applications/editors/thonny
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-08-16 21:10:51 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-08-16 21:11:03 +1000
commit08ca4e08dd53d8986b293ef6d3d57fa6dd13c22b (patch)
tree1c3db18303ebdd1fcded89df67a06438aae642b9 /pkgs/applications/editors/thonny
parentd20d5f590d01148830e4a9220a36c68d760effaa (diff)
thonny: 4.1.1 -> 4.1.2
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 0ef9ac66ecc99..9b6c9a02985da 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 = "4.1.1";
+  version = "4.1.2";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-DlizSm5cDvYXQ8Gok+W/RTSaAWJTkdyTQ4uewOiDVXg=";
+    hash = "sha256-vVDTizU+WDWJ75Ln93TAFYn7PJq5qc3hxVJiNGtK24g=";
   };
 
   nativeBuildInputs = [ copyDesktopItems ];