rednotebook: 2.25 -> 2.26

This commit is contained in:
R. Ryantm 2022-09-28 14:48:31 +00:00
parent bc71a15e46
commit 716d45cc48

View File

@ -5,13 +5,13 @@
buildPythonApplication rec {
pname = "rednotebook";
version = "2.25";
version = "2.26";
src = fetchFromGitHub {
owner = "jendrikseipp";
repo = "rednotebook";
rev = "refs/tags/v${version}";
sha256 = "sha256-3FcnyiQc7XGiZVtqxVxqaWYxXejgy/eNQQ4QNTUsCUI=";
sha256 = "sha256-QKK0bHy6pe+elPhnQlYAwmFP93LwCGxqRtBy10vj4i4=";
};
# We have not packaged tests.