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

python312Packages.mkdocs-rss-plugin: 1.13.1 -> 1.14.0
This commit is contained in:
Fabian Affolter
2024-06-27 09:54:44 +02:00
committed by GitHub
@@ -1,6 +1,7 @@
{
lib,
buildPythonPackage,
cachecontrol,
feedparser,
fetchFromGitHub,
gitpython,
@@ -14,7 +15,7 @@
buildPythonPackage rec {
pname = "mkdocs-rss-plugin";
version = "1.13.1";
version = "1.14.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +24,7 @@ buildPythonPackage rec {
owner = "Guts";
repo = "mkdocs-rss-plugin";
rev = "refs/tags/${version}";
hash = "sha256-FxVyPks42hoj2y2epZjSNuTOvhDk3Vxm895a4teeSuw=";
hash = "sha256-4/sLwdScYatDXfAGbEsiYMdQ7IYMSlA3X1u04G3XcOc=";
};
postPatch = ''
@@ -33,6 +34,7 @@ buildPythonPackage rec {
build-system = [ setuptools ];
dependencies = [
cachecontrol
gitpython
mkdocs
];