summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-26 00:53:08 +0100
committerGitHub <noreply@github.com>2023-01-26 00:53:08 +0100
commitb8140c4fde4a6c3b415b2417e4780f18569be9f3 (patch)
treee0d402fd56883a9448811b5937c8b33951071605 /pkgs
parent021d3b51ff43844c7e9b0534f968d56bdb52a2a7 (diff)
parent1fe996757b492eaa0af0fe7076c764e7b305e80e (diff)
downloadnixpkgs-b8140c4fde4a6c3b415b2417e4780f18569be9f3.tar
nixpkgs-b8140c4fde4a6c3b415b2417e4780f18569be9f3.tar.gz
nixpkgs-b8140c4fde4a6c3b415b2417e4780f18569be9f3.tar.bz2
nixpkgs-b8140c4fde4a6c3b415b2417e4780f18569be9f3.tar.lz
nixpkgs-b8140c4fde4a6c3b415b2417e4780f18569be9f3.tar.xz
nixpkgs-b8140c4fde4a6c3b415b2417e4780f18569be9f3.tar.zst
nixpkgs-b8140c4fde4a6c3b415b2417e4780f18569be9f3.zip
Merge pull request #211185 from r-ryantm/auto-update/rednotebook
rednotebook: 2.29 -> 2.29.3
Diffstat (limited to 'pkgs')
-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 3f560d17e53..2018e1d5e2a 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.29";
+  version = "2.29.3";
 
   src = fetchFromGitHub {
     owner = "jendrikseipp";
     repo = "rednotebook";
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-gRmSxWAVF61svlZ0/IMTrWCmwin+uPONLBlcJOYcp2w=";
+    sha256 = "sha256-2qgWJ/bIravil/SuApA7pNXkxS5xUcdFpjVGO/ogDpw=";
   };
 
   # We have not packaged tests.