Merge pull request #324657 from fabaff/mkdocs-rss-plugin-bump

python312Packages.mkdocs-rss-plugin: 1.14.0 -> 1.15.0
This commit is contained in:
OTABI Tomoya 2024-07-05 11:33:11 +09:00 committed by GitHub
commit 6653948530
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "mkdocs-rss-plugin";
version = "1.14.0";
version = "1.15.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Guts";
repo = "mkdocs-rss-plugin";
rev = "refs/tags/${version}";
hash = "sha256-4/sLwdScYatDXfAGbEsiYMdQ7IYMSlA3X1u04G3XcOc=";
hash = "sha256-sGm6uWlZeW65uorfTK8pk8ZT2AE9nmsZhe+UYVrSr+8=";
};
postPatch = ''