about summary refs log tree commit diff
path: root/pkgs/applications/editors/rednotebook
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-12-08 04:46:29 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-12-08 04:46:29 +0000
commit1ecb8e72c216ff937e788e50506f0ae09f3088aa (patch)
tree9dfcbd6e0009dc487be6a993ce6f8ba79f8d8318 /pkgs/applications/editors/rednotebook
parent55324b51e75233180bff70392bd141c1660af513 (diff)
rednotebook: 2.20 -> 2.21
Diffstat (limited to 'pkgs/applications/editors/rednotebook')
-rw-r--r--pkgs/applications/editors/rednotebook/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/rednotebook/default.nix b/pkgs/applications/editors/rednotebook/default.nix
index a6e69cf869e90..698eca91a8bad 100644
--- a/pkgs/applications/editors/rednotebook/default.nix
+++ b/pkgs/applications/editors/rednotebook/default.nix
@@ -5,13 +5,13 @@
 
 buildPythonApplication rec {
   pname = "rednotebook";
-  version = "2.20";
+  version = "2.21";
 
   src = fetchFromGitHub {
     owner = "jendrikseipp";
     repo = "rednotebook";
     rev = "v${version}";
-    sha256 = "1n0zwrzrjh6sg8vmb95mgscsqrylhgm51zsirblqmpvs392jxrk3";
+    sha256 = "07zm4q9h583sg82ayhn9d0ra3wbsfaqrl5sfw6a1kwhyxxkwp8ad";
   };
 
   # We have not packaged tests.