about summary refs log tree commit diff
path: root/pkgs/applications/editors/rednotebook
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-11 08:02:05 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-11 08:02:05 +0000
commitf7c5051e94dd76472340d2a97a750b7dbddacf09 (patch)
tree9cb9094ae12a259ec139cbe366ac7145ceb8ed85 /pkgs/applications/editors/rednotebook
parent0c9055e82379d4d788909ace2148b323ab3f015a (diff)
rednotebook: 2.32 -> 2.33
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 d4657208004a6..645e719823a1e 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.32";
+  version = "2.33";
 
   src = fetchFromGitHub {
     owner = "jendrikseipp";
     repo = "rednotebook";
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-sYgiJ4Sc/5Ns3DSlwT03gt54UdzdcvMx1+c27amhulQ=";
+    sha256 = "sha256-K4uEZZZXU2mZ61t6Ak5mpiCsm/mcNhm+xJSzfJPiuwo=";
   };
 
   # We have not packaged tests.