about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2024-02-27 18:36:12 +0900
committerGitHub <noreply@github.com>2024-02-27 18:36:12 +0900
commit3f30b000cee9ccfe996e9f875410c57ea87c5245 (patch)
tree20dd7d1aae7e0119e82a8a88abb2e4aa51ae0426 /pkgs/applications/editors
parent6ac646bff4eb5bea667fc64ca425d751e363021e (diff)
parent1c90f168ecd2048a4df5a5998c1b9ee9c5fcd361 (diff)
downloadnixlib-3f30b000cee9ccfe996e9f875410c57ea87c5245.tar
nixlib-3f30b000cee9ccfe996e9f875410c57ea87c5245.tar.gz
nixlib-3f30b000cee9ccfe996e9f875410c57ea87c5245.tar.bz2
nixlib-3f30b000cee9ccfe996e9f875410c57ea87c5245.tar.lz
nixlib-3f30b000cee9ccfe996e9f875410c57ea87c5245.tar.xz
nixlib-3f30b000cee9ccfe996e9f875410c57ea87c5245.tar.zst
nixlib-3f30b000cee9ccfe996e9f875410c57ea87c5245.zip
Merge pull request #290193 from r-ryantm/auto-update/rednotebook
rednotebook: 2.31 -> 2.32
Diffstat (limited to 'pkgs/applications/editors')
-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 24126bf87701..d4657208004a 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.31";
+  version = "2.32";
 
   src = fetchFromGitHub {
     owner = "jendrikseipp";
     repo = "rednotebook";
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-TggbHXJqgQ4vFSCLncgzrqJLRT9zQs6YsTQ3/Z4Mixg=";
+    sha256 = "sha256-sYgiJ4Sc/5Ns3DSlwT03gt54UdzdcvMx1+c27amhulQ=";
   };
 
   # We have not packaged tests.