rednotebook: 2.37 -> 2.38

This commit is contained in:
R. Ryantm
2025-03-02 13:03:09 +00:00
parent 48848c773b
commit 66f5d66edd
@@ -16,14 +16,14 @@
buildPythonApplication rec {
pname = "rednotebook";
version = "2.37";
version = "2.38";
pyproject = true;
src = fetchFromGitHub {
owner = "jendrikseipp";
repo = "rednotebook";
tag = "v${version}";
sha256 = "sha256-ytaj29xZflq20+6Iqmynsr34Q9DP5uOvSBkg+vIWXgU=";
sha256 = "sha256-7PUBWJhxE4K9GqAAFGrkelynheuALiDRZXM5acZF7uQ=";
};
# We have not packaged tests.
@@ -54,7 +54,7 @@ buildPythonApplication rec {
meta = with lib; {
homepage = "https://rednotebook.sourceforge.io/";
changelog = "https://github.com/jendrikseipp/rednotebook/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/jendrikseipp/rednotebook/blob/${src.tag}/CHANGELOG.md";
description = "Modern journal that includes a calendar navigation, customizable templates, export functionality and word clouds";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ orivej ];