about summary refs log tree commit diff
path: root/pkgs/applications/editors/rednotebook
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-01 05:20:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-01 05:20:33 +0000
commit6fd7e66a529979b64f823699e4fb4e8b915449b9 (patch)
tree7ebb32ec9153a9304f8449a0ad9123955da3ca41 /pkgs/applications/editors/rednotebook
parent3d7270abd5b28bc8ef6c64a7eb15f41bdc9717f0 (diff)
downloadnixlib-6fd7e66a529979b64f823699e4fb4e8b915449b9.tar
nixlib-6fd7e66a529979b64f823699e4fb4e8b915449b9.tar.gz
nixlib-6fd7e66a529979b64f823699e4fb4e8b915449b9.tar.bz2
nixlib-6fd7e66a529979b64f823699e4fb4e8b915449b9.tar.lz
nixlib-6fd7e66a529979b64f823699e4fb4e8b915449b9.tar.xz
nixlib-6fd7e66a529979b64f823699e4fb4e8b915449b9.tar.zst
nixlib-6fd7e66a529979b64f823699e4fb4e8b915449b9.zip
rednotebook: 2.26 -> 2.29
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 c323a10e9b29..3f560d17e532 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.26";
+  version = "2.29";
 
   src = fetchFromGitHub {
     owner = "jendrikseipp";
     repo = "rednotebook";
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-QKK0bHy6pe+elPhnQlYAwmFP93LwCGxqRtBy10vj4i4=";
+    sha256 = "sha256-gRmSxWAVF61svlZ0/IMTrWCmwin+uPONLBlcJOYcp2w=";
   };
 
   # We have not packaged tests.