python3Packages.mkdocs-rss-plugin: 1.17.1 -> 1.17.3 (#413126)

This commit is contained in:
Fabian Affolter
2025-06-02 14:22:20 +02:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "mkdocs-rss-plugin";
version = "1.17.1";
version = "1.17.3";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "Guts";
repo = "mkdocs-rss-plugin";
tag = version;
hash = "sha256-Qa8EgjucJaxvKivE45kXSUgTx5RnLEpYCNZJRTO2E1Q=";
hash = "sha256-wgR0uwme7fXNZHx7xdm0HNfXG6qT4qpTJgR2SaXDel4=";
};
build-system = [ setuptools ];