python3Packages.mkdocs-rss-plugin: 1.17.4 -> 1.17.9

https://github.com/Guts/mkdocs-rss-plugin/blob/1.17.9/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:33 +01:00
parent f33c5dc972
commit 3591e97484
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "mkdocs-rss-plugin";
version = "1.17.4";
version = "1.17.9";
pyproject = true;
src = fetchFromGitHub {
owner = "Guts";
repo = "mkdocs-rss-plugin";
tag = version;
hash = "sha256-K+cqBJmTz4WzkeXp3pGQoizfLMuxR17Q33Fc0xc5eWo=";
hash = "sha256-rUMjS0+895SsU7qNckLL3BprUQa/3lJDjpwhMkF0jYg=";
};
build-system = [ setuptools ];