about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-12 09:43:39 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-03-12 09:43:39 +0000
commitd3f05c2016021b4fcc1aa06c42fd7c9b3db40f2b (patch)
tree55d98e006c3f80fe786d0293a95084994c623cd3 /pkgs/applications/editors
parent0eb0ddc4dbe3cd5415c6b6e657538eb809fc3778 (diff)
downloadnixlib-d3f05c2016021b4fcc1aa06c42fd7c9b3db40f2b.tar
nixlib-d3f05c2016021b4fcc1aa06c42fd7c9b3db40f2b.tar.gz
nixlib-d3f05c2016021b4fcc1aa06c42fd7c9b3db40f2b.tar.bz2
nixlib-d3f05c2016021b4fcc1aa06c42fd7c9b3db40f2b.tar.lz
nixlib-d3f05c2016021b4fcc1aa06c42fd7c9b3db40f2b.tar.xz
nixlib-d3f05c2016021b4fcc1aa06c42fd7c9b3db40f2b.tar.zst
nixlib-d3f05c2016021b4fcc1aa06c42fd7c9b3db40f2b.zip
thonny: 3.2.6 -> 3.2.7
Diffstat (limited to 'pkgs/applications/editors')
-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 16f1ba4346e9..706d3fd71763 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.6";
+  version = "3.2.7";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "19krnxpp3i1n65zafazvdm9mvnjry5rml0y9imj4365q4bkj20g2";
+    sha256 = "0gzvdgg5l4j0wgkh7lp4wjabrpxvvs5m7mnpszqixxijdffjd4cj";
   };
 
   propagatedBuildInputs = with python3.pkgs; [
@@ -45,7 +45,7 @@ buildPythonApplication rec {
       evaluation, detailed visualization of the call stack and a mode
       for explaining the concepts of references and heap.
     '';
-    homepage = https://www.thonny.org/;
+    homepage = "https://www.thonny.org/";
     license = licenses.mit;
     maintainers = with maintainers; [ leenaars ];
     platforms = platforms.linux;