rednotebook: 2.29.3 -> 2.31

This commit is contained in:
R. Ryantm 2024-01-12 01:20:07 +00:00
parent a2f82b9b84
commit 4cdca41495

View File

@ -5,13 +5,13 @@
buildPythonApplication rec {
pname = "rednotebook";
version = "2.29.3";
version = "2.31";
src = fetchFromGitHub {
owner = "jendrikseipp";
repo = "rednotebook";
rev = "refs/tags/v${version}";
sha256 = "sha256-2qgWJ/bIravil/SuApA7pNXkxS5xUcdFpjVGO/ogDpw=";
sha256 = "sha256-TggbHXJqgQ4vFSCLncgzrqJLRT9zQs6YsTQ3/Z4Mixg=";
};
# We have not packaged tests.